forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-03 23:09:39 +02:00
parent 9bb6ee06d3
commit 59479dddfc
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ def api_comment(v):
g.db.add(basedguy)
g.db.flush()
body2 = BASED_MSG.format(username=v.username, basedcount=basedguy)
body2 = BASED_MSG.format(username=v.username, basedcount=basedguy.basedcount)
with CustomRenderer(post_id=parent_id) as renderer:
body_md = renderer.render(mistletoe.Document(body2))