Update gen-card.pl

This commit is contained in:
Antoni Gierczak 2019-04-17 19:44:11 -04:00 committed by GitHub
parent d280db4c11
commit ab548cc01c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,6 @@ if (-e $authorFile) {
$author = 'anonymous';
}
open (DATA, $dataFile) || die "can't open $dataFile";
while(my $line = <DATA>) {
my @data = split('\\|', $line);