mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixed bug in autoProcessMusic
This commit is contained in:
parent
3c5e46c212
commit
3433cc56aa
2 changed files with 7 additions and 7 deletions
|
@ -70,7 +70,7 @@ class autoProcessMusic:
|
|||
params['cmd'] = "forceProcess"
|
||||
params['dir'] = dirName
|
||||
|
||||
url = baseURL + + urllib.urlencode(params)
|
||||
url = baseURL + urllib.urlencode(params)
|
||||
|
||||
Logger.info("Waiting for %s seconds to allow HeadPhones to process newly extracted files", str(delay))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue