From 236bd72da2da11b0106e48db25c7b3a9a50065b9 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 24 Sep 2019 16:04:00 +0800 Subject: [PATCH] fix bug --- ad_interface_tornado.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")