mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
increase level of caution
This commit is contained in:
parent
cbc433f76c
commit
fd43d818f9
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue