summary refs log tree commit diff
diff options
context:
space:
mode:
authormeltland <[email protected]>2025-03-28 20:30:05 -0400
committermeltland <[email protected]>2025-03-28 20:30:05 -0400
commit4c6b6b12ee0a50ed79a22d24a3e8ce9c471bec8f (patch)
treeb3c984fd75ef77858d93dba564265589620c9ad8
parentcdad432a685da18da74c64b939619b0e762de808 (diff)
FUCK
-rw-r--r--main.py2
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,