From 9731e69194680c23779cb06159b69fc2bc49beb1 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 Jan 2023 13:23:52 -0500 Subject: [PATCH] test --- tdarr_inform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tdarr_inform.py b/tdarr_inform.py index f4281e2..805f455 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -49,6 +49,7 @@ def main(): arr_file_path_key = "radarr_moviefile_path" sys.stdout.write("tdarr_inform Recieved %s Event from %s\n" % (arr_event_type, arr_type)) + sys.stderr.write("tdarr_inform Recieved %s Event from %s\n" % (arr_event_type, arr_type)) if arr_event_type == "Test": sys.exit(0)