From b6091a6fd1e7f0f1540389fd67635e6491918e2f Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 18 Oct 2025 16:36:32 +0200 Subject: [PATCH] Timestamp fix --- 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 72ed0a3..7e3b5cb 100644 --- a/src/send_notification.py +++ b/src/send_notification.py @@ -34,7 +34,7 @@ def send_notification(title: str,chapter: int,link: str,max_retries: int = 5,tim "body": f"Chapter {chapter} has been released", "link": link, "category":"royal-road", - "timestamp": str(int(time.time())) + "timestamp": int(time.time()) } }