auto-schedule: hotfix - added missing 'f'

This commit is contained in:
dymik739 2022-11-09 22:06:14 +02:00
parent b0c1790e23
commit 93774672d7
1 changed files with 1 additions and 1 deletions

View File

@ -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})")