Simplify code

This commit is contained in:
tomkat83 2017-03-05 16:38:29 +01:00
parent 768a25d1a3
commit 799356c1fb
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class MyHandler(BaseHTTPRequestHandler):
subMgr.removeSubscriber(uuid)
else:
# Throw it to companion.py
answ = process_command(request_path, params, self.server.queue)
process_command(request_path, params, self.server.queue)
self.response(getOKMsg(), js.getPlexHeaders())
subMgr.notify()
except: