|
@@ -410,6 +410,7 @@ class UpdatePublishedArticlesReadDetail(object):
|
|
|
if unlimited_push_list:
|
|
|
self.update_account_by_spider(account_info=account_info)
|
|
|
else:
|
|
|
+ print("By AIGC", account_info)
|
|
|
self.update_account_by_aigc(account_info=account_info, run_date=run_date)
|
|
|
else:
|
|
|
self.update_account_by_spider(account_info=account_info)
|
|
@@ -488,7 +489,7 @@ class UpdatePublishedArticlesReadDetail(object):
|
|
|
try:
|
|
|
self.process_single_account(account_info=account, run_date=biz_date)
|
|
|
success_count += 1
|
|
|
- time.sleep(5)
|
|
|
+ # time.sleep(5)
|
|
|
except Exception as e:
|
|
|
fail_count += 1
|
|
|
log(
|