From 1eb07fd2bc3218a775e65c766633973a694b9bf6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 9 Jul 2023 08:13:22 +0200 Subject: enhance: use db-rest v6 --- share/enhance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 ) { -- cgit v1.2.3