fix bug
This commit is contained in:
parent
4d6dfc7fcc
commit
58b00a2852
@ -80,7 +80,7 @@ class DispatchHandler(tornado.web.RequestHandler):
|
||||
return self.write({'errcode': 1, "errmsg": f'{gameid} not in define!'})
|
||||
|
||||
self.url = item['url']
|
||||
self.tgaid = 99
|
||||
self.tgaid = 1234
|
||||
# self.tgaid = item['tgaid']
|
||||
self.suffix = item.get('suffix', 0)
|
||||
self.api_key = item.get('api_key', None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user