mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: fix transfer
This commit is contained in:
@@ -150,7 +150,6 @@ def get_sound_path(destination) -> str | None:
|
||||
|
||||
def get_next_station(stops: dict, train_from :str) -> dict | None:
|
||||
now = datetime.now(LOCAL_TZ)
|
||||
print(train_from)
|
||||
for name, arrival_dt in stops.items():
|
||||
if arrival_dt >= now:
|
||||
if name == train_from:
|
||||
|
||||
Reference in New Issue
Block a user