summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-07-09 08:13:22 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-07-09 08:13:22 +0200
commit1eb07fd2bc3218a775e65c766633973a694b9bf6 (patch)
tree402d33047ed664bd5d4d5b9fc8d4a00af9b99c4a /share
parentf30f5bcaa79c560d814173b88eed41e9f63b8c8e (diff)
enhance: use db-rest v6
Diffstat (limited to 'share')
-rwxr-xr-xshare/enhance2
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 ) {