Skip to content
Snippets Groups Projects
Unverified Commit 7a63ec84 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix HAFAS->similar_stops_p

parent a42d4235
No related branches found
No related tags found
No related merge requests found
......@@ -772,10 +772,11 @@ sub similar_stops_p {
if ( $service and exists $hafas_instance{$service}{stopfinder} ) {
$opt{user_agent} //= $self->{ua};
$opt{promise} //= $self->{promise};
return Travel::Status::DE::HAFAS::StopFinder->new_p(
url => $hafas_instance{$service}{stopfinder},
input => $self->{station},
ua => $opt{user_agent},
user_agent => $opt{user_agent},
developer_mode => $self->{developer_mode},
promise => $opt{promise},
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment