浏览代码

Merge branch '2025-03-08-bug-fix' of luojunhui/LongArticlesJob into master

luojunhui 3 月之前
父节点
当前提交
cbd3dae3fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      coldStartTasks/crawler/weixin_account_association_crawler.py

+ 1 - 1
coldStartTasks/crawler/weixin_account_association_crawler.py

@@ -229,7 +229,7 @@ class AccountAssociationCrawler(object):
                     task="account_association",
                     task="account_association",
                     function="run_account_association",
                     function="run_account_association",
                     data={
                     data={
-                        "biz_date": biz_date,
+                        "biz_date": biz_date.strftime("%Y-%m-%d"),
                         "article": article,
                         "article": article,
                         "trace_back": traceback.format_exc(),
                         "trace_back": traceback.format_exc(),
                         "error": f"{e}"
                         "error": f"{e}"