forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-02 20:29:24 +02:00
parent 633a7131e3
commit 47bd01eaa6
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ def admin_userawards_post(v):
kind="grant_awards",
user_id=v.id,
target_user_id=u.id,
_note=note
_note=note[:-2]
)
g.db.add(ma)