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:
parent
33a43262d2
commit
19cc22b779
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue