add log output for debug
This commit is contained in:
parent
4cf6f752b5
commit
755420a6a4
1
web.py
1
web.py
@ -23,6 +23,7 @@ class DispatchHandler(tornado.web.RequestHandler):
|
||||
@gen.coroutine
|
||||
def get(self):
|
||||
if self.get_query_argument('c') == 'Ops' and self.get_query_argument('a') == 'sync_log_conf':
|
||||
print("start sync_log_conf! ")
|
||||
self._selfgamelogexternal()
|
||||
elif self.get_query_argument('c') == 'Ops' and self.get_query_argument('a') == 'xxx':
|
||||
yield self._selfxxx()
|
||||
|
Loading…
x
Reference in New Issue
Block a user