From 2af3d269efc092b2e540472c1cb64da2d24be860 Mon Sep 17 00:00:00 2001 From: meltland Date: Mon, 10 Mar 2025 18:16:30 -0400 Subject: i may be stupid --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index b9e000f..48d09ed 100644 --- a/main.py +++ b/main.py @@ -467,7 +467,7 @@ async def handler(websocket): incr = -1 for j in data["replies"]: incr += 1 - data = acc.get_author(j["author"]) + data = db.acc.get_author(j["author"]) if type(data) != dict: data = {} data["replies"][incr]["author"] = data -- cgit 1.4.1-2-gfad0