From 7d9efdbc28711a2556924aa65103da2ebe81e873 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 18 Oct 2025 21:27:06 +0200 Subject: [PATCH] Correct notfication format --- src/send_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/send_notification.py b/src/send_notification.py index 64fee6d..3aad89f 100644 --- a/src/send_notification.py +++ b/src/send_notification.py @@ -29,7 +29,7 @@ def send_notification(notification:str,max_retries: int = 5,timeout: int = 5)->s "receipent_user_id": 1, "message": { "title": notification, - "info": "A new version is available.", + "body": "A new version is available.", "link": None, "category":"utility", "timestamp": int(time.time())