This commit is contained in:
deathbybandaid 2023-01-06 13:23:52 -05:00
parent 21b6a57472
commit 9731e69194

View File

@ -49,6 +49,7 @@ def main():
arr_file_path_key = "radarr_moviefile_path" arr_file_path_key = "radarr_moviefile_path"
sys.stdout.write("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))
sys.stderr.write("tdarr_inform Recieved %s Event from %s\n" % (arr_event_type, arr_type))
if arr_event_type == "Test": if arr_event_type == "Test":
sys.exit(0) sys.exit(0)