From f50f629b52a6ad917e281573c86a0fcf8638618b Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 20 Sep 2019 16:24:45 +0800 Subject: [PATCH] =?UTF-8?q?jc=5Fshow=20=E6=97=A5=E5=BF=97=E6=8B=86?= =?UTF-8?q?=E5=88=86=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jc_show_rewrite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jc_show_rewrite.py b/jc_show_rewrite.py index dc6c77f..41c3e7a 100644 --- a/jc_show_rewrite.py +++ b/jc_show_rewrite.py @@ -56,6 +56,7 @@ class JcShowInit: tga_data['ad_channel'] = data['ad_channel'] tga_data['account_id'] = data['account_id'] tga_data['gameid'] = self.gameid + tga_data['date'] = self.time tga_data['channelid'] = self.channelid tga_data['location'] = data['location'] self.tga.put_event_data(tga_data, f'rep_{self.event_type}')