mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 01:01:47 +00:00
FIX:(#1541) Quick patch for the nzbhydra local adhere to search wait times previous fix
This commit is contained in:
parent
5d06667e71
commit
83816cfa64
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDa
|
|||
else:
|
||||
hnc = host_newznab_fix
|
||||
|
||||
if any([hnc[:3] == '10.', hnc[:4] == '172.', hnc[:4] == '192.', hnc.startswith('localhost'), newznab_local]):
|
||||
if any([hnc[:3] == '10.', hnc[:4] == '172.', hnc[:4] == '192.', hnc.startswith('localhost'), newznab_local is True]) and newznab_local != False:
|
||||
logger.info('local domain bypass for ' + name_newznab + ' is active.')
|
||||
localbypass = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue