Fixed typo in autoprocessmusic

This commit is contained in:
echel0n 2014-04-02 20:17:04 -07:00
commit 1782e5e989

View file

@ -62,7 +62,7 @@ def process(dirName, nzbName=None, status=0, inputCategory=None):
params['cmd'] = "forceProcess"
params['dir'] = dirName
baseURL = protocol + host + ":" + port + web_root + "/api?" + + urllib.urlencode(params)
baseURL = protocol + host + ":" + port + web_root + "/api?" + urllib.urlencode(params)
if status == 0: