Przeglądaj źródła

服务号报警暂时关闭

罗俊辉 7 miesięcy temu
rodzic
commit
150ca97c1a
1 zmienionych plików z 2 dodań i 1 usunięć
  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)