From 86ae7eae1d5f5bf5cc3c1d5673df35e7c31eec92 Mon Sep 17 00:00:00 2001 From: perco Date: Thu, 30 Apr 2026 14:05:01 +0200 Subject: [PATCH] Change domain to todo.nas.percolouco.com --- app/discord_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/discord_notify.py b/app/discord_notify.py index 613121f..d626ddd 100644 --- a/app/discord_notify.py +++ b/app/discord_notify.py @@ -19,7 +19,7 @@ def send_reminder(memo: dict): "title": f"🔔 Rappel : {memo['title']}", "description": f"{desc_line}\n📅 Créé le {memo['created_at'][:10]}", "color": 0xf59e0b, - "footer": {"text": "memo.nas.percolouco.com"} + "footer": {"text": "todo.nas.percolouco.com"} }] } try: