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