diff --git a/ad_interface_tornado.py b/ad_interface_tornado.py index 66a2094..95ba2d0 100644 --- a/ad_interface_tornado.py +++ b/ad_interface_tornado.py @@ -91,7 +91,7 @@ class DispatchHandler(tornado.web.RequestHandler): tga_data['ad_channel'] = ad_channel tga_data['account_id'] = uid tga_data['gameid'] = gameid - tga_data['date'] = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") + tga_data['recordtime'] = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") tga_data['locationid'] = locationid tga_data['adid'] = adid print(f"{tga_data}")