diff --git a/EastMoneyPy/venv/main/eastmoney/ResetNotify.py b/EastMoneyPy/venv/main/eastmoney/ResetNotify.py index f37f8b0..c273340 100644 --- a/EastMoneyPy/venv/main/eastmoney/ResetNotify.py +++ b/EastMoneyPy/venv/main/eastmoney/ResetNotify.py @@ -1,6 +1,8 @@ # coding=utf-8 import dbConn from SendEmail import Email +from wxSend import WX + # 重置通知列表的上下限状态 def resetNotify(): @@ -51,6 +53,7 @@ if allMsg != '': Email.sendNofity(allMsg) + WX.send('STK', allMsg) # checkNotify()