Преглед на файлове

服务号报警暂时关闭

罗俊辉 преди 1 година
родител
ревизия
150ca97c1a
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      updatePublishedMsgDaily.py

+ 2 - 1
updatePublishedMsgDaily.py

@@ -330,7 +330,8 @@ def checkJob():
     db_client = PQMySQL()
     sub_accounts, server_accounts = getAccounts()
     fail_list = []
-    account_list = sub_accounts + server_accounts
+    # account_list = sub_accounts + server_accounts
+    account_list = sub_accounts
     # check and rework if fail
     for sub_item in tqdm(account_list):
         res = checkSingleAccount(db_client, sub_item)