diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-09 08:13:22 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-09 08:13:22 +0200 |
commit | 1eb07fd2bc3218a775e65c766633973a694b9bf6 (patch) | |
tree | 402d33047ed664bd5d4d5b9fc8d4a00af9b99c4a /share/enhance | |
parent | f30f5bcaa79c560d814173b88eed41e9f63b8c8e (diff) |
enhance: use db-rest v6
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 ) { |