Fixes typo for delete_failed option

This commit is contained in:
echel0n 2014-04-22 02:18:01 -07:00
commit 52b41aa5de
4 changed files with 6 additions and 11 deletions

View file

@ -76,9 +76,7 @@ class autoProcessMusic:
params['dir'] = os.path.dirname(dirName)
if remote_path:
dirName_new = joinPath(remote_path, os.path.basename(os.path.dirname(dirName))).replace("\\", "/")
params['dir'] = dirName_new
params['dir'] = joinPath(remote_path, os.path.basename(os.path.dirname(dirName)))
release_status = self.get_status(url, apikey, dirName)