mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fixed a small bug (missing not)
This commit is contained in:
parent
96dfe7d765
commit
d54d5a35b7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue