Fix syntax error nzbget.py

This commit is contained in:
Pieter Janssens
2014-08-05 10:11:31 +02:00
parent d590d037ad
commit 7e2b7b7376

View File

@@ -44,7 +44,7 @@ def sendNZB(nzb):
if headphones.NZBGET_HOST.startswith('https://'):
nzbgetXMLrpc = 'https://' + nzbgetXMLrpc
headphones.NZBGET_HOST.replace('https://','',1)
else
else:
nzbgetXMLrpc = 'http://' + nzbgetXMLrpc
headphones.NZBGET_HOST.replace('http://','',1)