diff --git a/src/main.py b/src/main.py index 2aee46b..3c449c4 100644 --- a/src/main.py +++ b/src/main.py @@ -44,7 +44,7 @@ from web import Web # Wrapper for the web routes and API app = Flask(__name__) socketio = SocketIO(app) -ALLOWED_EXTENSIONS = {"png", "jpg", "jpeg", "gif"} +ALLOWED_EXTENSIONS = {"png", "jpg", "jpeg", "gif","webp"} # Load the configuration file try: