From 21b6a5747230b32676ab84c84fcb455a625165e4 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 Jan 2023 13:22:59 -0500 Subject: [PATCH] test --- tdarr_inform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdarr_inform.py b/tdarr_inform.py index ae50068..f4281e2 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -48,7 +48,7 @@ def main(): arr_event_type = os.environ["radarr_eventtype"] arr_file_path_key = "radarr_moviefile_path" - print("tdarr_inform Recieved %s Event from %s\n" % (arr_event_type, arr_type)) + sys.stdout.write("tdarr_inform Recieved %s Event from %s\n" % (arr_event_type, arr_type)) if arr_event_type == "Test": sys.exit(0)