mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-07-21 19:52:47 +00:00
Überspringe Verbindungen welche nicht ihre Ankunftszeit angeben
This commit is contained in:
@@ -54,7 +54,6 @@ def get_train_info(station, train_ID, train_type):
|
||||
|
||||
dep = data.get("departure", [])
|
||||
arrival_iso = dep["route_post_diff"][-1]["sched_arr"]
|
||||
print(dep["operators"])
|
||||
return {
|
||||
"arrival": arrival_iso,
|
||||
"operators": dep["operators"]
|
||||
|
||||
Reference in New Issue
Block a user