add ntfy topic

This commit is contained in:
2026-07-26 20:12:06 +02:00
parent 15df377958
commit 22bec6afde
+1 -1
View File
@@ -150,7 +150,7 @@ def send_to_archivebox(url):
def notify_failure(url):
try:
requests.post(
NTFY_URL,
NTFY_URL + "/Alerts",
data=f"Failed to archive {url}",
auth=("", NTFY_TOKEN),
timeout=10