mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-07-21 19:52:47 +00:00
Warne den Nutzer bei unbekannten Anbietern
This commit is contained in:
@@ -39,7 +39,6 @@ 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