fix unindent lines

This commit is contained in:
Raphael Lechner
2015-09-16 17:12:45 +02:00
parent d4270373e1
commit 39ba9dc1a9

View File

@@ -146,8 +146,8 @@ class TokenHandler(tornado.web.RequestHandler):
class DistributeHandler(tornado.websocket.WebSocketHandler):
def check_origin(self, origin):
return True
def check_origin(self, origin):
return True
def open(self, params):
group, token, name = params.split('/') + [None, None]