Commit 8880e2b3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

is_important: Add "HB" (swiss central stations)

parent 996cf360
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ helper 'handle_no_results_json' => sub {
helper 'is_important' => sub {
	my ( $self, $stop ) = @_;

	if ( $stop =~ m{ Hbf | Centraal | Flughafen }ox ) {
	if ( $stop =~ m{ HB $ | Hbf | Centraal | Flughafen }x ) {
		return 1;
	}
	return;