minor notes, commit before rewriting proxy with eventlet

This commit is contained in:
Anthony Young
2010-12-22 18:52:43 -08:00
parent 08b9061af0
commit 221b4e6484

View File

@@ -46,7 +46,6 @@ class AjaxConsoleProxyRequest(ProxyRequest):
args = auth_info['args']
auth_info['last_activity_at'] = time.time()
self.uri = ("http://%s:%s%s?token=%s"% (
str(args['host']),
str(args['port']),