diff --git a/EastMoneyPy/venv/main/eastmoney/ResetNotify.py b/EastMoneyPy/venv/main/eastmoney/ResetNotify.py index c273340..b62d978 100644 --- a/EastMoneyPy/venv/main/eastmoney/ResetNotify.py +++ b/EastMoneyPy/venv/main/eastmoney/ResetNotify.py @@ -8,6 +8,7 @@ def resetNotify(): db = dbConn.MY_SQL() db.resetNotifyList() + db.resetYanzhengNotify() print('=== reset Notify success ===')