Timestamp fix
All checks were successful
Build & Publish to GHCR / build (push) Successful in 29s

This commit is contained in:
Florian 2025-10-18 16:36:32 +02:00
parent 00a93fa4a7
commit b6091a6fd1

View File

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