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}')