update werkzeus for save_server

This commit is contained in:
Felix Van der Jeugt 2022-06-13 17:01:41 +02:00 committed by Felix Van der Jeugt
parent 1aee0d7eb4
commit 06ca54ce13
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/python3
from flask import Flask, request
from werkzeug import secure_filename
from werkzeug.utils import secure_filename
app = Flask(__name__)
FORM = """