Unverified Commit fd43d818 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

increase level of caution

parent cbc433f7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -331,9 +331,8 @@ sub get_connecting_trains_p {
					if ( $hafas_train->{iris_seen} ) {
						next;
					}
					if (    $iris_eva != $eva
						and $hafas_train->station_eva == $iris_eva )
					{
					if ( $hafas_train->station_eva >= 8000000 ) {

						# better safe than sorry, for now
						next;
					}