1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-23 16:22:45 +00:00

FIX:(#1278) TORRENT_LOCAL error

This commit is contained in:
evilhero 2016-05-11 16:06:16 -04:00
parent 33a43262d2
commit 19cc22b779

View file

@ -2040,7 +2040,7 @@ def searcher(nzbprov, nzbname, comicinfo, link, IssueID, ComicID, tmpprov, direc
logger.error('Unable to send torrent - check logs and settings (this would be marked as a BAD torrent if Failed Handling was enabled)')
return "torrent-fail"
if mylar.USE_WATCHDIR:
if TORRENT_LOCAL:
if mylar.TORRENT_LOCAL:
sent_to = "your local Watch folder"
else:
sent_to = "your seedbox Watch folder"