feat: Add scheduler and fix some types
All checks were successful
Build Docker / BuildImage (push) Successful in 58s

This commit is contained in:
2025-07-24 16:33:31 +10:00
parent 3ddf7c5dfe
commit 1ac41d5582
5 changed files with 49 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ def handle_alert(domain: str, notification: dict, alert_data: dict):
print(f"Unknown alert type: {alert_type} for domain: {domain}")
def discord_webhook(webhook_url: str, domain: str, content: str, alert_blocks: int):
def discord_webhook(webhook_url: str, domain: str, content: dict, alert_blocks: int):
"""
Send a message to a Discord webhook.
"""