From ea2854ba381aab9852fc0f8c1e5dcc71a9ade8cd Mon Sep 17 00:00:00 2001 From: cyroxx Date: Tue, 3 Feb 2026 02:52:14 +0100 Subject: [PATCH] enable WEBHOOK_URL in settings example --- settings_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings_example.py b/settings_example.py index de2e9c4..317d45d 100644 --- a/settings_example.py +++ b/settings_example.py @@ -2,4 +2,4 @@ DOCUMENT_ID = "" # optional: Webhook URL to send notifications to -#WEBHOOK_URL = "https://example.com/webhook/your_webhook_id" \ No newline at end of file +WEBHOOK_URL = "https://example.com/webhook/your_webhook_id" \ No newline at end of file