mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
remove no user bypass for SickBeard. Fixes #1244
This commit is contained in:
parent
fb786c44f5
commit
cd2e466b30
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@ class autoProcessTV(object):
|
||||||
[fork_params.pop(k) for k, v in fork_params.items() if v is None]
|
[fork_params.pop(k) for k, v in fork_params.items() if v is None]
|
||||||
|
|
||||||
if status == 0:
|
if status == 0:
|
||||||
if not username and not apikey:
|
if not apikey:
|
||||||
logger.info('No SickBeard username or Sonarr apikey entered. Processing completed.')
|
logger.info('No Sonarr apikey entered. Processing completed.')
|
||||||
return [0, "{0}: Successfully post-processed {1}".format(section, inputName)]
|
return [0, "{0}: Successfully post-processed {1}".format(section, inputName)]
|
||||||
logger.postprocess("SUCCESS: The download succeeded, sending a post-process request", section)
|
logger.postprocess("SUCCESS: The download succeeded, sending a post-process request", section)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue