mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-10 07:16:37 +02:00
uéuéuéuéuéué
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user