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