fix bug
This commit is contained in:
parent
e316024027
commit
236bd72da2
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user