From 68825e5d81766496be49677ac004d0c28330edea Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 4 Sep 2019 17:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron/get_newuser_days.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cron/get_newuser_days.py b/cron/get_newuser_days.py index 116abbb..9a9225e 100644 --- a/cron/get_newuser_days.py +++ b/cron/get_newuser_days.py @@ -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!")