a
This commit is contained in:
parent
a8a8b7f49c
commit
3ea894d287
@ -100,8 +100,8 @@ class DispatchHandler(tornado.web.RequestHandler):
|
||||
gameid = input['gameid']
|
||||
locationid = input['locationid']
|
||||
except Exception as e:
|
||||
result = {'errcode': 2, "errmsg": e}
|
||||
self.write(result)
|
||||
result = {'errcode': 2, "errmsg": f"get args failed,{str(e)}" }
|
||||
self.write_error(result)
|
||||
|
||||
key = f"{gameid}::{locationid}"
|
||||
ids = my_redis.smembers(key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user