mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 04:21:43 +00:00
In retryissue: Missing U in UID for nzb.su (should be NZBSU_UID, not NZBSU_ID)
This commit is contained in:
parent
a692cfb745
commit
a27a18619e
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ class WebInterface(object):
|
|||
logger.error('nzb.su is not enabled - unable to process retry request until provider is re-enabled.')
|
||||
return
|
||||
# http://nzb.su/getnzb/ea1befdeee0affd663735b2b09010140.nzb&i=<uid>&r=<passkey>
|
||||
link = 'http://nzb.su/getnzb/' + str(id) + '.nzb&i=' + str(mylar.NZBSU_ID) + '&r=' + str(mylar.NZBSU_APIKEY)
|
||||
link = 'http://nzb.su/getnzb/' + str(id) + '.nzb&i=' + str(mylar.NZBSU_UID) + '&r=' + str(mylar.NZBSU_APIKEY)
|
||||
logger.info('fetched via nzb.su. Retrying the send : ' + str(link))
|
||||
elif Provider == 'dognzb':
|
||||
if not mylar.DOGNZB:
|
||||
|
|
Loading…
Reference in a new issue