summary refs log tree commit diff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
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