diff options
author | meltland <[email protected]> | 2025-03-28 20:30:05 -0400 |
---|---|---|
committer | meltland <[email protected]> | 2025-03-28 20:30:05 -0400 |
commit | 4c6b6b12ee0a50ed79a22d24a3e8ce9c471bec8f (patch) | |
tree | b3c984fd75ef77858d93dba564265589620c9ad8 | |
parent | cdad432a685da18da74c64b939619b0e762de808 (diff) |
FUCK
-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, |