|
@@ -556,7 +556,7 @@ def check_job(piaoquan_crawler_db_client, aigc_db_client):
|
|
|
if not res:
|
|
|
update_single_account(piaoquan_crawler_db_client, sub_item)
|
|
|
# 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)
|
|
|
if not res:
|
|
|
# 去掉三个不需要查看的字段
|