fixed TORRENT_DOWNLOAD_DIR -> DOWNLOAD_TORRENT_DIR typo

This commit is contained in:
rembo10
2012-08-31 19:19:36 +01:00
parent 259d04337e
commit 64da7a00d8

View File

@@ -703,8 +703,8 @@ def forcePostProcess():
download_dirs = []
if headphones.DOWNLOAD_DIR:
download_dirs.append(headphones.DOWNLOAD_DIR.encode(headphones.SYS_ENCODING))
if headphones.TORRENT_DOWNLOAD_DIR:
download_dirs.append(headphones.TORRENT_DOWNLOAD_DIR.encode(headphones.SYS_ENCODING))
if headphones.DOWNLOAD_TORRENT_DIR:
download_dirs.append(headphones.DOWNLOAD_TORRENT_DIR.encode(headphones.SYS_ENCODING))
logger.info('Checking to see if there are any folders to process in download_dir(s): %s' % str(download_dirs).decode(headphones.SYS_ENCODING, 'replace'))
# Get a list of folders in the download_dir