mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
Fixed another typo
This commit is contained in:
parent
44c28238be
commit
59a8629715
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ class autoProcessMovie:
|
|||
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