From ce83a6b1fd2fc49c78a1b7c0b99153eebebb1f5f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 Jan 2023 14:19:56 -0500 Subject: [PATCH] test --- tdarr_inform.py | 3 +++ 1 file changed, 3 insertions(+) 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))