This commit is contained in:
Aevann1 2021-09-18 19:43:03 +02:00
parent 15016b331e
commit dbf462c4e2
4 changed files with 12 additions and 8 deletions

View file

@ -354,7 +354,7 @@ def admin_userawards_post(v):
kind=key
))
g.db.bulk_save_objects(awards)
g.db.add_all(awards)
text = "You were given the following awards:\n\n"
for key, value in notify_awards.items():