Fix log message:

* Renamed url1 to url
* Added `section` argument to CDH
* Removed undefined variable `good_files`
This commit is contained in:
labrys 2016-05-31 04:09:14 -04:00 committed by Labrys
commit 88c9d74206
2 changed files with 5 additions and 5 deletions

View file

@ -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: