Fixed a small bug (missing not)

This commit is contained in:
Hagai Cohen 2015-09-26 11:12:46 +03:00
commit d54d5a35b7

View file

@ -228,7 +228,7 @@ def processTorrent(inputDirectory, inputName, inputCategory, inputHash, inputID,
plex_update(inputCategory)
if result[0] != 0:
if core.TORRENT_RESUME_ON_FAILURE:
if not core.TORRENT_RESUME_ON_FAILURE:
logger.error("A problem was reported in the autoProcess* script. torrent won't resume seeding (settings)")
elif clientAgent != 'manual':
logger.error(