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)