uncomment commented line lol

pull/54/head
Aevann1 2022-12-07 09:53:46 +02:00
parent 3f6d2be5f6
commit 7d6b5862e4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def upload_profile_background(v):
os.remove(v.profile_background)
v.profile_background = background
g.db.add(v)
# badge_grant(badge_id=193, user=v)
badge_grant(badge_id=193, user=v)
return redirect(f'/@{v.username}')
@app.delete('/settings/profile_background')