diff options
Diffstat (limited to 'share/enhance')
-rwxr-xr-x | share/enhance | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/enhance b/share/enhance index 2f0a4a4..42eb38f 100755 --- a/share/enhance +++ b/share/enhance @@ -19,7 +19,7 @@ for my $station ( @{$stations} ) { if ( not $station->{latlong} ) { say "Requesting location for $station->{name} ..."; my $res = $ua->get( - sprintf( 'https://v5.db.transport.rest/stops/%07d', + sprintf( 'https://v6.db.transport.rest/stops/%07d', $station->{eva} ) ); if ( $res->is_error ) { |