remotes/1693045480750635534/spooky-22
Aevann1 2021-09-03 23:43:57 +02:00
parent 38a69e8be7
commit d95f2653f3
1 changed files with 1 additions and 1 deletions

View File

@ -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))