소스 검색

updatePublishedMsgDaily.py 优化报警

luojunhui 4 달 전
부모
커밋
76837ceac1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      updatePublishedMsgDaily.py

+ 1 - 1
updatePublishedMsgDaily.py

@@ -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
         )
         )