remove double else
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user