From 7a1b436fecc9263ce9ae245304a8b5ba6c892076 Mon Sep 17 00:00:00 2001 From: Lehrules <45470307+Lehrules@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:48:58 -0400 Subject: [PATCH 1/2] Change shebang to dispatcharrpy in example script Updated shebang line in example script to use dispatcharrpy. --- docs/en/integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/integrations.md b/docs/en/integrations.md index 681402b..50d2455 100644 --- a/docs/en/integrations.md +++ b/docs/en/integrations.md @@ -17,7 +17,7 @@ Event data is available as environment variables in scripts (prefixed with DISPA ??? example "Example Script (click to see)" ```python - #!/usr/bin/env python3 + #!/dispatcharrpy/bin/python import requests import json @@ -59,4 +59,4 @@ Event data is available as environment variables in scripts (prefixed with DISPA ``` ## Logs -Triggered connections, their responses, and any errors will be logged here \ No newline at end of file +Triggered connections, their responses, and any errors will be logged here From c44f507372c01f6bac11113a1a0a1e3cdcdfb354 Mon Sep 17 00:00:00 2001 From: Lehrules <45470307+Lehrules@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:49:24 -0400 Subject: [PATCH 2/2] Change shebang in example script to dispatcharrpy Updated shebang line in example script to use dispatcharrpy. --- docs/es/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/integrations.md b/docs/es/integrations.md index 873c006..fe9780a 100644 --- a/docs/es/integrations.md +++ b/docs/es/integrations.md @@ -17,7 +17,7 @@ Los datos del evento están disponibles como variables de entorno en scripts (co ??? example "Ejemplo Script (clic para ver)" ```python - #!/usr/bin/env python3 + #!/dispatcharrpy/bin/python import requests import json