remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 19:08:56 +02:00
parent 30f7fd95a2
commit 4f068a1ec4
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ def settings_images_profile(v):
if request.headers.get("cf-ipcountry") == "T1": return "Image uploads are not allowed through TOR.", 403
file = request.files["profile"]
filepath = f"image.webp"
filepath = "image.webp"
file.save(filepath)
if 'pcmemes.net' in request.host: highres = upload_ibb()