Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Triggered connections, their responses, and any errors will be logged here
2 changes: 1 addition & 1 deletion docs/es/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down