소스 검색

服务号报警暂时关闭

罗俊辉 7 달 전
부모
커밋
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)