FIX: incorrect global reference when rss checking against public torrents

This commit is contained in:
evilhero 2017-10-26 18:47:23 -04:00
parent 06c081b728
commit 1585bd321e
1 changed files with 1 additions and 1 deletions

View File

@ -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