mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-10 21:59:32 +01:00
Fix syntax error nzbget.py
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user