Correct notfication format
All checks were successful
/ build (push) Successful in 39s

This commit is contained in:
Florian 2025-10-18 21:27:06 +02:00
parent 258e53f304
commit 7d9efdbc28

View File

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