remotes/1693045480750635534/spooky-22
fireworks88 2021-07-30 18:44:54 +02:00
parent 7e416e15b9
commit b21e19a837
1 changed files with 1 additions and 1 deletions

View File

@ -217,6 +217,6 @@ def admin_userawards_post(v):
for key, value in notify_awards.items():
text += f" - **{value}** {AWARDS[key]['title']} {'Awards' if value != 1 else 'Award'}\n"
send_notification(1, u, text)
send_notification(1046, u, text)
return render_template("admin/user_award.html", awards=list(AWARDS.values()), v=v)