فهرست منبع

update published_articles_monitor improve

luojunhui 9 ماه پیش
والد
کامیت
586d09b1bd
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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"),
                         "publish_date": str(publish_date),
                         "error_detail": error_detail,
-                    }
+                    },
+                    mention=False
                 )
     except Exception as e:
         print(e)