Browse Source

update_publish_articles_and_update_publish_timestamp

luojunhui 5 months ago
parent
commit
8b9c1fc163
1 changed files with 2 additions and 2 deletions
  1. 2 2
      updatePublishedMsgDaily.py

+ 2 - 2
updatePublishedMsgDaily.py

@@ -527,9 +527,9 @@ def get_article_detail_job():
     except Exception as e:
         error_msg = traceback.format_exc()
         bot(
-            title="校验更新文章任务连接数据库失败",
+            title="获取文章详情任务连接数据库失败",
             detail={
-                "job": "check_job",
+                "job": "get_article_detail_job",
                 "error": e,
                 "msg": error_msg
             }