mirror of
https://github.com/evilhero/mylar
synced 2025-02-24 06:50:32 +00:00
FIX: incorrect global reference when rss checking against public torrents
This commit is contained in:
parent
06c081b728
commit
1585bd321e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def torrents(pickfeed=None, seriesname=None, issue=None, feedinfo=None):
|
||||||
tpse_url = mylar.CONFIG.TPSE_PROXY + '/'
|
tpse_url = mylar.CONFIG.TPSE_PROXY + '/'
|
||||||
else:
|
else:
|
||||||
#switched to https.
|
#switched to https.
|
||||||
tpse_url = mylar.CONFIG.TPSEURL
|
tpse_url = mylar.TPSEURL
|
||||||
|
|
||||||
#this is for the public trackers included thus far in order to properly cycle throught the correct ones depending on the search request
|
#this is for the public trackers included thus far in order to properly cycle throught the correct ones depending on the search request
|
||||||
# TPSE = search only
|
# TPSE = search only
|
||||||
|
|
Loading…
Reference in a new issue