From d54d5a35b71bd58c084307d0124d17d4f94db45d Mon Sep 17 00:00:00 2001 From: Hagai Cohen Date: Sat, 26 Sep 2015 11:12:46 +0300 Subject: [PATCH] Fixed a small bug (missing not) --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 8ebdb15b..70ebd5ba 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -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(