2
This commit is contained in:
parent
adf3915012
commit
3e509b75d8
1
web.py
1
web.py
@ -42,6 +42,7 @@ class DispatchHandler(tornado.web.RequestHandler):
|
||||
elif self.get_query_argument('c') == 'Deploy' and self.get_query_argument('a') == 'keys':
|
||||
yield self._selfdeploykeys()
|
||||
else:
|
||||
log.error(f"get args {self.get_query_argument('a')}")
|
||||
self.write("pls check args!")
|
||||
|
||||
@gen.coroutine
|
||||
|
Loading…
x
Reference in New Issue
Block a user