Update mw.py

This commit is contained in:
midoks 2023-03-09 00:36:46 +08:00
parent b5c7a2a778
commit ec9d7e337d
1 changed files with 1 additions and 1 deletions

View File

@ -1756,7 +1756,7 @@ def notifyMessage(msg, stype='common', trigger_time=300, is_write_log=True):
if is_write_log:
writeLog("通知管理[" + stype + "]", msg)
data = getNotifyData()
data = getNotifyData(True)
# tag_list = ['tgbot', 'email']
# tagbot
do_notify = False