|
@@ -238,7 +238,7 @@ def update_each_account(db_client, account_info, account_name, latest_update_tim
|
|
log(
|
|
log(
|
|
task="updatePublishedMsgDaily",
|
|
task="updatePublishedMsgDaily",
|
|
function="update_each_account",
|
|
function="update_each_account",
|
|
- message="账号文章更新失败",
|
|
|
|
|
|
+ message="账号文章更新失败--{}--{}".format(account_name, gh_id),
|
|
status="fail",
|
|
status="fail",
|
|
data=response
|
|
data=response
|
|
)
|
|
)
|