diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-09-17 17:41:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-09-17 17:41:05 +0200 |
commit | 621feaa76caca4ce70a81e13e99e8ff70284a2d2 (patch) | |
tree | d69ab95b1329fb98ec2637d14667af4cd519dddd /lib/DBInfoscreen/Helper | |
parent | 4411548d79bd507d3b97c929dfec94fc38fd4bf8 (diff) |
Fix hafas->get_xml_p3.1.9
That was stupid.
Diffstat (limited to 'lib/DBInfoscreen/Helper')
-rw-r--r-- | lib/DBInfoscreen/Helper/HAFAS.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Helper/HAFAS.pm b/lib/DBInfoscreen/Helper/HAFAS.pm index 3b55051..6a306d2 100644 --- a/lib/DBInfoscreen/Helper/HAFAS.pm +++ b/lib/DBInfoscreen/Helper/HAFAS.pm @@ -153,6 +153,8 @@ sub get_xml_p { sub { } )->wait; + + return $promise; } sub trainsearch_p { |