From d95f2653f3a1102aa88e01f96c2238990c0d5758 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 23:43:57 +0200 Subject: [PATCH] fd --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 5be616d5d6..748913d0e0 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -313,7 +313,7 @@ def api_comment(v): g.db.add(basedguy) g.db.flush() - body2 = BASED_MSG.format(username=v.username, basedcount=basedguy.basedcount) + body2 = BASED_MSG.format(username=basedguy.username, basedcount=basedguy.basedcount) with CustomRenderer(post_id=parent_id) as renderer: body_md = renderer.render(mistletoe.Document(body2))