@@ -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)