Hotfix: auto-schedule: set proper dictionary key selector
This commit is contained in:
parent
76c6bd3c0e
commit
52cc0b75c1
|
@ -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") )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue