diff options
-rwxr-xr-x | bin/db-wagenreihung-to-json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/db-wagenreihung-to-json b/bin/db-wagenreihung-to-json index 4d2ca44..2550fd4 100755 --- a/bin/db-wagenreihung-to-json +++ b/bin/db-wagenreihung-to-json @@ -558,11 +558,14 @@ for my $train_number ( keys %map ) { # broken umlauf (indentation changes on page break) delete $map{104}{cycle}; +delete $map{1588}{cycle}; +delete $map{1700}{cycle}; delete $map{77689}{cycle}; delete $map{78112}{cycle}; # indentation change between consecutive lines. wat. delete $map{939}{cycle}; +delete $map{2310}{cycle}; # use canonical output (i.e., sort hash keys) to allow for easy diffing. say JSON->new->utf8->canonical->encode( |