mirror of
https://github.com/evilhero/mylar
synced 2025-02-23 22:40:31 +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 + '/'
|
||||
else:
|
||||
#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
|
||||
# TPSE = search only
|
||||
|
|
Loading…
Reference in a new issue