This commit is contained in:
deathbybandaid 2023-01-06 14:19:56 -05:00
parent 4507b0aa67
commit ce83a6b1fd

View File

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