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())