Forráskód Böngészése

Merge branch '2024-12-18-publish-video-use-new-db' of luojunhui/LongArticlesJob into master

luojunhui 4 hónapja
szülő
commit
46b2b1f5b9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      updatePublishedMsgDaily.py

+ 1 - 1
updatePublishedMsgDaily.py

@@ -556,7 +556,7 @@ def check_job(piaoquan_crawler_db_client, aigc_db_client):
         if not res:
         if not res:
             update_single_account(piaoquan_crawler_db_client, sub_item)
             update_single_account(piaoquan_crawler_db_client, sub_item)
     # check whether success and bot if fails
     # check whether success and bot if fails
-    for sub_item in tqdm(account_list):
+    for sub_item in tqdm(subscription_accounts):
         res = check_single_account(piaoquan_crawler_db_client, sub_item)
         res = check_single_account(piaoquan_crawler_db_client, sub_item)
         if not res:
         if not res:
             # 去掉三个不需要查看的字段
             # 去掉三个不需要查看的字段