Update mw.py

This commit is contained in:
midoks 2023-03-08 18:02:30 +08:00
parent 271b3d448c
commit 9e5a5192cb
1 changed files with 1 additions and 1 deletions

View File

@ -1685,7 +1685,7 @@ def getNotifyData():
data = json.loads(notify_data)
tag_list = ['tgbot']
for t in tag_list:
if t in data and 'cfg' in data[t]['cfg']:
if t in data and 'cfg' in data[t]:
data[t]['data'] = json.loads(deDoubleCrypt(t, data[t]['cfg']))
return data