Hotfix: auto-schedule: set proper dictionary key selector

This commit is contained in:
dymik739 2022-11-04 20:45:52 +02:00
parent 76c6bd3c0e
commit 52cc0b75c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if self.MESSAGE.text.lower() == "!пара": if self.MESSAGE["text"].lower() == "!пара":
try: try:
schedule = json.loads( readfile(self.path + "schedule.json") ) schedule = json.loads( readfile(self.path + "schedule.json") )