This commit is contained in:
Daniel Friesel 2022-07-11 22:08:02 +02:00
parent af82619915
commit 4deb0bde0b
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -1167,6 +1167,7 @@ sub startup {
$route_data->{ $station->{name} } = {
sched_arr => $arr ? $arr->epoch : 0,
sched_dep => $dep ? $dep->epoch : 0,
eva => $station->{evaId},
};
}