mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 12:19:27 +00:00
KAT proxy fix
This commit is contained in:
@@ -935,7 +935,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None):
|
||||
|
||||
# Use proxy if specified
|
||||
if headphones.KAT_PROXY_URL:
|
||||
providerurl = url_fix(set_proxy(proxy_url))
|
||||
providerurl = url_fix(set_proxy(headphones.KAT_PROXY_URL))
|
||||
else:
|
||||
providerurl = url_fix("https://kickass.to")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user