소스 검색

update published_articles_monitor improve

luojunhui 3 달 전
부모
커밋
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)