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