Prechádzať zdrojové kódy

update published_articles_monitor improve

luojunhui 3 mesiacov pred
rodič
commit
586d09b1bd
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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)