mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-07-21 19:52:47 +00:00
Fix leftover state mentions
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ def operator_infos(train):
|
||||
return OPERATORS["fallback"]
|
||||
|
||||
train_type = train.split()[0]
|
||||
|
||||
print(train_type)
|
||||
return OPERATORS.get(train_type, OPERATORS["fallback"])
|
||||
|
||||
def format_via_list(via: list[str]):
|
||||
|
||||
Reference in New Issue
Block a user