Bläddra i källkod

update published_articles_monitor improve

luojunhui 9 månader sedan
förälder
incheckning
586d09b1bd
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      published_articles_monitor.py

+ 2 - 1
published_articles_monitor.py

@@ -47,7 +47,8 @@ def monitor_article(article):
                         "wx_sn": wx_sn.decode("utf-8"),
                         "wx_sn": wx_sn.decode("utf-8"),
                         "publish_date": str(publish_date),
                         "publish_date": str(publish_date),
                         "error_detail": error_detail,
                         "error_detail": error_detail,
-                    }
+                    },
+                    mention=False
                 )
                 )
     except Exception as e:
     except Exception as e:
         print(e)
         print(e)