Преглед на файлове

update_publish_articles_and_update_publish_timestamp

luojunhui преди 7 месеца
родител
ревизия
8b9c1fc163
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      updatePublishedMsgDaily.py

+ 2 - 2
updatePublishedMsgDaily.py

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