auto-schedule: hotfix - added missing 'f'
This commit is contained in:
parent
b0c1790e23
commit
93774672d7
|
@ -42,4 +42,4 @@ if self.MESSAGE["text"].lower() == "!пара":
|
|||
self.RESPONCE = "Сьогодні більше немає пар"
|
||||
|
||||
except Exception as e:
|
||||
print("[WARN] module: auto-schedule: failed to process schedule.json ({e})")
|
||||
print(f"[WARN] module: auto-schedule: failed to process schedule.json ({e})")
|
||||
|
|
Loading…
Reference in New Issue