forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-18 19:57:59 +02:00
parent 05205ebef8
commit afb65d8d0f
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def monthly(v):
a = AwardRelationship( a = AwardRelationship(
user_id=u.id, user_id=u.id,
kind=name kind=name
)) )
g.db.add(a) g.db.add(a)
text = "You were given the following awards:\n\n" text = "You were given the following awards:\n\n"