increase level of caution

This commit is contained in:
Birte Kristina Friesel 2023-10-01 10:51:58 +02:00
parent cbc433f76c
commit fd43d818f9
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -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;
}