Remove unused settings

This commit is contained in:
JonnyWong16 2016-10-08 22:13:01 -07:00 committed by JonnyWong16
parent 72764c614e
commit fd35295093
6 changed files with 14 additions and 120 deletions

View file

@ -189,11 +189,10 @@ def main():
plexpy.start()
# Open connection for websocket
if plexpy.CONFIG.MONITORING_USE_WEBSOCKET:
try:
web_socket.start_thread()
except:
logger.warn(u"Websocket :: Unable to open connection.")
try:
web_socket.start_thread()
except:
logger.warn(u"Websocket :: Unable to open connection.")
# Force the http port if neccessary
if args.port: