remove double else

This commit is contained in:
Roy Olav Purser 2021-05-14 15:46:15 +02:00
parent acb04a3f54
commit 85b38527bc
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -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