In retryissue: Missing U in UID for nzb.su (should be NZBSU_UID, not NZBSU_ID)

This commit is contained in:
Cybr Wizrd 2015-01-16 17:43:00 -05:00 committed by evilhero
parent a692cfb745
commit a27a18619e
1 changed files with 1 additions and 1 deletions

View File

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