mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
.. oooops
This commit is contained in:
parent
f0b70c4dab
commit
917f8560a3
1 changed files with 1 additions and 1 deletions
|
@ -156,12 +156,12 @@ sub run {
|
|||
uid => $uid
|
||||
)->wait;
|
||||
}
|
||||
next;
|
||||
};
|
||||
if ($@) {
|
||||
$errors += 1;
|
||||
$self->app->log->error("work($uid)/hafas: $@");
|
||||
}
|
||||
next;
|
||||
}
|
||||
|
||||
# TODO irgendwo ist hier ne race condition wo ein neuer checkin (in HAFAS) mit IRIS-Daten überschrieben wird.
|
||||
|
|
Loading…
Reference in a new issue