From 4f068a1ec4027eebefbfaa606a81ffa2e2d9b736 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 13 Sep 2021 19:08:56 +0200 Subject: [PATCH] fd --- files/routes/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/settings.py b/files/routes/settings.py index d9195e62f4..fcbfcf51a5 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -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()