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

work: not finding a departing train is not critical

parent 4b375606
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57,7 +57,9 @@ sub run {
				@{ $status->{results} };

				if ( not $train ) {
					die("could not find train $train_id at $dep\n");
					$self->log->info(
						"could not find train $train_id at $dep\n");
					return;
				}

				$self->app->in_transit->update_departure(