1、累计用户添加ad_channel为空的数据 2、新增用户统计脚本

This commit is contained in:
pengtao 2019-09-02 20:19:28 +08:00
parent edcfb370f3
commit 910db730b3

View File

@ -45,6 +45,7 @@ class InitFirstAD():
self.mysql.insert(table_name, temp)
except Exception:
log.error(f"insert {line} to mysql Failed !", exc_info=True)
log.info(f"write {len(mark_users)} to mysql!")