mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fixed another typo
This commit is contained in:
parent
44c28238be
commit
59a8629715
1 changed files with 2 additions and 2 deletions
|
@ -125,9 +125,9 @@ class autoProcessMovie:
|
|||
downloader = releases[release_id]['download_info']['downloader']
|
||||
release_status = releases[release_id]['status']
|
||||
except:pass
|
||||
|
||||
|
||||
if release_status and release_status == 'downloaded':
|
||||
logger.warning("%s currently has a status of [%s], skipping ..." % (release_status), section)
|
||||
logger.warning("%s currently has a status of [%s], skipping ..." % (nzbName, release_status), section)
|
||||
return 0
|
||||
|
||||
process_all_exceptions(nzbName.lower(), dirName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue