mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 16:19:28 +01:00
Fixed NZBSORG_APIKEY typo
This commit is contained in:
@@ -253,7 +253,7 @@ def searchNZB(albumid=None, new=False, losslessOnly=False):
|
||||
maxsize = 300000000
|
||||
|
||||
params = { "t": "search",
|
||||
"apikey": headphones.NZBSORG_APIKEY,
|
||||
"apikey": headphones.NZBSORG_HASH,
|
||||
"cat": categories,
|
||||
"maxage": headphones.USENET_RETENTION,
|
||||
"q": term
|
||||
|
||||
Reference in New Issue
Block a user