Commit 03ffb489 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

DeutscheBahn.pm: results: Do not die if no results were found

This usually happens when an invalid station name was specified
parent 8bf91ac1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ sub new {
			start               => 'Suchen',
			boardType           => $conf{mode} // 'dep',
		},
		results => [],
	};

	for my $i ( 0 .. @{ $ref->{mot_filter} } ) {