remotes/1693045480750635534/spooky-22
Aevann1 2021-07-30 11:36:01 +02:00
parent e0ca1edbfd
commit 0bb69d079e
1 changed files with 2 additions and 2 deletions

View File

@ -329,9 +329,9 @@ def settings_images_profile(v):
abort(413)
imageurl = upload_file(request.files["profile"], (100,100))
if not highres: abort(400)
highres = upload_file()
if not imageurl: abort(400)
highres = upload_file()
if not highres: abort(400)
v.highres = highres
v.profileurl = imageurl
g.db.add(v)