添加返回条数控制

This commit is contained in:
pengtao 2019-07-17 17:18:18 +08:00
parent 538e61b7cf
commit 9f46534a3e

View File

@ -141,7 +141,7 @@ class DispatchHandler(tornado.web.RequestHandler):
log.error(result)
self.write_error(2)
return False
pdb.set_trace()
if gameid and locationid:
key = f"ad::{gameid}::{locationid}"