diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-03-27 07:40:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-03-27 07:40:57 +0100 |
commit | 8180aad8438800056fb4baeedde12120f8bd90c6 (patch) | |
tree | 4d157117fbb40e3de80362a717faaf9546b9c096 /index.pl | |
parent | 4896d8f4192a7f1473922475350c1675c05633da (diff) |
city is entirely optional now
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -130,9 +130,6 @@ sub get_results { } else { my $efa_url = 'http://efa.vrr.de/vrr/XSLT_DM_REQUEST'; - if ( not $city ) { - return { errstr => 'City must be specified for this backend' }; - } if ($sub_backend) { my $service = first { lc( $_->{shortname} ) eq lc($sub_backend) } |