mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixed typo in autoprocessmusic
This commit is contained in:
parent
e470983382
commit
1782e5e989
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue