Add env variables support

This commit is contained in:
Sami Abuzakuk
2025-10-12 17:19:58 +02:00
parent f73c66c1a1
commit 5f5beaae2f
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import json
# Constants
NTFY_TOKEN = os.getenv("NTFY_TOKEN") or "tk_cdmwd6ix255g3qgo4dx3r0gakw4y3"
NTFY_TOKEN = os.getenv("NTFY_TOKEN")
def fetch_ntfy_notifications(base_url, subscriptions):