diff --git a/core/autoProcess/autoProcessTV.py b/core/autoProcess/autoProcessTV.py index 4ebc9735..69177b80 100644 --- a/core/autoProcess/autoProcessTV.py +++ b/core/autoProcess/autoProcessTV.py @@ -226,8 +226,8 @@ class autoProcessTV(object): [fork_params.pop(k) for k, v in fork_params.items() if v is None] if status == 0: - if not username and not apikey: - logger.info('No SickBeard username or Sonarr apikey entered. Processing completed.') + if not apikey: + logger.info('No Sonarr apikey entered. Processing completed.') return [0, "{0}: Successfully post-processed {1}".format(section, inputName)] logger.postprocess("SUCCESS: The download succeeded, sending a post-process request", section) else: