Prechádzať zdrojové kódy

update published_articles_monitor improve

luojunhui 3 mesiacov pred
rodič
commit
b4241bee60
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      published_articles_monitor.py

+ 1 - 1
published_articles_monitor.py

@@ -45,7 +45,7 @@ def monitor_article(article):
                         "gh_id": gh_id,
                         "gh_id": gh_id,
                         "title": title,
                         "title": title,
                         "wx_sn": wx_sn.decode("utf-8"),
                         "wx_sn": wx_sn.decode("utf-8"),
-                        "publish_date": publish_date,
+                        "publish_date": str(publish_date),
                         "error_detail": error_detail,
                         "error_detail": error_detail,
                     }
                     }
                 )
                 )