diff --git a/tdarr_inform.py b/tdarr_inform.py index 59d07c0..db3eaee 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -40,6 +40,9 @@ def main(): arr_type = "radarr" arr_event_type = os.environ["radarr_eventtype"] arr_file_path_key = "radarr_moviefile_path" + else: + loggit("Could not Detect Radarr or Sonarr", True) + sys.exit(0) loggit("tdarr_inform Recieved %s Event from %s\n" % (arr_event_type, arr_type))