From 19cc22b779e18fdb8ca6a3c5d9c434a7134113a2 Mon Sep 17 00:00:00 2001 From: evilhero Date: Wed, 11 May 2016 16:06:16 -0400 Subject: [PATCH] FIX:(#1278) TORRENT_LOCAL error --- mylar/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/search.py b/mylar/search.py index 2bb1f620..714fbc58 100755 --- a/mylar/search.py +++ b/mylar/search.py @@ -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"