diff options
author | meltland <[email protected]> | 2025-03-10 18:16:30 -0400 |
---|---|---|
committer | meltland <[email protected]> | 2025-03-10 18:16:30 -0400 |
commit | 2af3d269efc092b2e540472c1cb64da2d24be860 (patch) | |
tree | 62c9de4456088725b0e03454e3de3a2fc6cbb135 /main.py | |
parent | e6d091ef77ae229c7f9751f737a1f0e585184251 (diff) |
i may be stupid
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 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 |