This commit is contained in:
parent
00a93fa4a7
commit
b6091a6fd1
@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user