forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-30 11:26:59 +02:00
parent 2f1759a066
commit 57c8a4ad7e
1 changed files with 1 additions and 2 deletions

View File

@ -334,8 +334,7 @@ def settings_images_profile(v):
imageurl = upload_file(file, (100,100))
print(imageurl)
return render_template("settings_profile.html",
v=v, msg="Profile picture successfully updated.")
return render_template("settings_profile.html", v=v, msg="Profile picture successfully updated.")
@app.post("/settings/images/banner")