diff options
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py index 57c8b6c..7102a40 100644 --- a/main.py +++ b/main.py @@ -517,7 +517,7 @@ async def handler(websocket): replies.append(post) data = { "_id": str(uuid.uuid4()), - "created": ime.time(), + "created": time.time(), "content": r["content"], "replies": replies, "attachments": attachments, |