remove double else
This commit is contained in:
parent
acb04a3f54
commit
85b38527bc
@ -322,7 +322,6 @@ class MainHandler(tornado.web.RequestHandler):
|
|||||||
self.set_header("Content-Type", "application/vnd.apple.mpegurl")
|
self.set_header("Content-Type", "application/vnd.apple.mpegurl")
|
||||||
else:
|
else:
|
||||||
self.set_header("Content-Type", ctype)
|
self.set_header("Content-Type", ctype)
|
||||||
else:
|
|
||||||
ldata = {}
|
ldata = {}
|
||||||
ldata["upstream"] = upstream
|
ldata["upstream"] = upstream
|
||||||
ldata["proxy"] = handler.proxy.proxy
|
ldata["proxy"] = handler.proxy.proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user