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)