Przeglądaj źródła

update published_articles_monitor improve

luojunhui 3 miesięcy temu
rodzic
commit
586d09b1bd
1 zmienionych plików z 2 dodań i 1 usunięć
  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)