give carp's badge

pull/48/head
Aevann1 2022-12-05 06:15:23 +02:00
parent 9dc31f0054
commit a4f43edaf9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def upload_profile_background(v):
if path.isfile(fpath): os.remove(fpath)
v.profile_background = background
g.db.add(v)
badge_grant(badge_id=193, user=v)
return redirect(f'/@{v.username}')
@app.post("/settings/personal")