diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-wagenreihung-to-json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/db-wagenreihung-to-json b/bin/db-wagenreihung-to-json index 52d6663..34e6226 100755 --- a/bin/db-wagenreihung-to-json +++ b/bin/db-wagenreihung-to-json @@ -326,6 +326,7 @@ for my $line (@lines) { # train. Observed on IC 2006 Stuttgart – Dortmund, which is planned as # IC-D, but actually uses IC1 wagons. $map{$number}{type} = 'IC'; + delete $map{$number}{short}; } } |