fd
This commit is contained in:
parent
551c82263a
commit
eb8d9cf5ea
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue