diff --git a/drama/routes/settings.py b/drama/routes/settings.py index 765dd775ba..36f2e941ef 100644 --- a/drama/routes/settings.py +++ b/drama/routes/settings.py @@ -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")