minor notes, commit before rewriting proxy with eventlet
This commit is contained in:
@@ -46,7 +46,6 @@ class AjaxConsoleProxyRequest(ProxyRequest):
|
|||||||
args = auth_info['args']
|
args = auth_info['args']
|
||||||
auth_info['last_activity_at'] = time.time()
|
auth_info['last_activity_at'] = time.time()
|
||||||
|
|
||||||
|
|
||||||
self.uri = ("http://%s:%s%s?token=%s"% (
|
self.uri = ("http://%s:%s%s?token=%s"% (
|
||||||
str(args['host']),
|
str(args['host']),
|
||||||
str(args['port']),
|
str(args['port']),
|
||||||
|
|||||||
Reference in New Issue
Block a user