新增新用户统计脚本

This commit is contained in:
pengtao 2019-09-04 17:42:12 +08:00
parent ff1a0f37e2
commit 68825e5d81

View File

@ -35,6 +35,8 @@ def get_data(times, gameid, channelid):
for line in out:
temp = {}
temp['usernum'], temp['ad_channel'] = line
line['gameid'] = gameid
line['channelid'] = channelid
data.append(temp)
except Exception:
log.error(f"split {line} error!")