Fixed typo in checkFolder for torrent downloads

This commit is contained in:
rembo10
2012-04-21 12:25:54 +05:30
parent c56a7e6b61
commit 298463a01d

View File

@@ -26,7 +26,7 @@ def checkFolder():
logger.debug('Found %s in NZB download folder. Verifying....' % album['FolderName'])
verify(album['AlbumID'], nzb_album_path)
elif os.path.exists(nzb_album_path):
elif os.path.exists(torrent_album_path):
logger.debug('Found %s in torrent download folder. Verifying....' % album['FolderName'])
verify(album['AlbumID'], torrent_album_path)