mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix log message:
* Renamed url1 to url * Added `section` argument to CDH * Removed undefined variable `good_files`
This commit is contained in:
parent
8880d11e8a
commit
88c9d74206
2 changed files with 5 additions and 5 deletions
|
@ -80,7 +80,7 @@ class autoProcessMusic(object):
|
|||
inputName, dirName = convert_to_ascii(inputName, dirName)
|
||||
|
||||
if listMediaFiles(dirName, media=False, audio=True, meta=False, archives=False) and status:
|
||||
logger.info("Status shown as failed from Downloader, but %s valid video files found. Setting as successful." % (str(good_files)), section)
|
||||
logger.info("Status shown as failed from Downloader, but valid video files found. Setting as successful.", section)
|
||||
status = 0
|
||||
|
||||
if status == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue