mirror of
https://github.com/derf/travelynx
synced 2024-11-30 08:20:18 +00:00
DBDB: apps-bahn wagenreihung no longer exists
This commit is contained in:
parent
f24f022780
commit
192af42d04
1 changed files with 1 additions and 6 deletions
|
@ -30,7 +30,7 @@ sub has_wagonorder_p {
|
|||
my ( $self, $ts, $train_no ) = @_;
|
||||
my $api_ts = $ts->strftime('%Y%m%d%H%M');
|
||||
my $url
|
||||
= "https://www.apps-bahn.de/wr/wagenreihung/1.0/${train_no}/${api_ts}";
|
||||
= "https://ist-wr.noncd.db.de/wagenreihung/1.0/${train_no}/${api_ts}";
|
||||
my $cache = $self->{cache};
|
||||
my $promise = Mojo::Promise->new;
|
||||
|
||||
|
@ -73,11 +73,6 @@ sub get_wagonorder_p {
|
|||
my $url
|
||||
= "https://ist-wr.noncd.db.de/wagenreihung/1.0/${train_no}/${api_ts}";
|
||||
|
||||
if ( $api !~ m{i} and $api =~ m{a} ) {
|
||||
$url
|
||||
= "https://www.apps-bahn.de/wr/wagenreihung/1.0/${train_no}/${api_ts}";
|
||||
}
|
||||
|
||||
my $cache = $self->{cache};
|
||||
my $promise = Mojo::Promise->new;
|
||||
|
||||
|
|
Loading…
Reference in a new issue