forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-04 19:37:44 +02:00
parent 1d2d584368
commit 0ad1b0633c
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ def message2(v, username):
parent_submission=None,
level=1,
sentto=user.id,
body=text,
body=message,
body_html=text_html,
)
g.db.add(new_comment)