Commit 9cd4cad0 by fangxingjun

no message

parent 156b79e1
......@@ -255,8 +255,12 @@ class DwdNsrBsrKeepaAsin(Templates):
# exit()
print("self.df_save.count:", self.df_save.count())
users = ["fangxingjun", "chenyuanjie", "pengyanbing"]
title = f"日asin整合: {self.site_name}, {self.date_type}, {self.date_info}"
content = f"整合asin完成--等待导出到pg提供爬虫使用--数量: {self.df_save.count()}"
if self.date_type == 'month':
title = f"月asin整合用于月流程流量选品的榜单计算: {self.site_name}, {self.date_type}, {self.date_info}"
content = f"整合asin完成(爬虫无需抓取)--数量: {self.df_save.count()}"
CommonUtil().send_wx_msg(users=users, title=title, content=content)
if self.date_type == 'day':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment