Fix leftover state mentions

This commit is contained in:
Kaaninchen
2026-07-17 16:45:32 +02:00
parent 348c2e14df
commit bcd8d3a507
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -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]):