uéuéuéuéuéué

This commit is contained in:
piair
2023-08-21 21:03:26 +02:00
parent bd70557062
commit 7b4250d444
2 changed files with 8 additions and 6 deletions

View File

@ -412,7 +412,7 @@ def download(filename):
print("file send !")
return send_from_directory(directory='/app/MsRewards-Reborn/user_data/', path=filename, as_attachment=True)
ALLOWED_EXTENSIONS = [".json"]
ALLOWED_EXTENSIONS = ["json"]
def allowed_file(filename):
return '.' in filename and \
filename.rsplit('.', 1)[1].lower() in ALLOWED_EXTENSIONS
@ -436,8 +436,7 @@ def upload_file():
filename = secure_filename(file.filename)
file.save(os.path.join('/app/MsRewards-Reborn/user_data/', filename))
return redirect(url_for('settings_get'))
print("on a atteint la fin, chelou")
return redirect(url_for('settings_get'))
def maxi(dict):