diff --git a/app.py b/app.py index 0dad7a9..784a66e 100644 --- a/app.py +++ b/app.py @@ -56,7 +56,7 @@ def cleanhtml(raw_html): ) -VIDZY_VERSION = "v0.1.7" +VIDZY_VERSION = "v0.1.8" UPLOAD_FOLDER = 'static/uploads' ALLOWED_EXTENSIONS = {'mp4', 'webm'}