This commit is contained in:
deathbybandaid 2023-01-06 13:22:59 -05:00
parent 04240588f2
commit 21b6a57472

View File

@ -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)