diff --git a/app.py b/app.py index 29a5d5e..5b2ddf6 100644 --- a/app.py +++ b/app.py @@ -54,7 +54,7 @@ def cleanhtml(raw_html): ) -VIDZY_VERSION = "v0.1.5" +VIDZY_VERSION = "v0.1.6" UPLOAD_FOLDER = 'static/uploads' ALLOWED_EXTENSIONS = {'mp4', 'webm'}