From 46a99f14aea6e43b3c6d7d9531dbbdd84a2684b6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 15 Sep 2021 02:55:48 +0200 Subject: [PATCH] all IBB --- files/helpers/images.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/images.py b/files/helpers/images.py index 2dd94fea6..b5fd3ac1c 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -75,6 +75,7 @@ class UploadException(Exception): pass + def upload_video(file): file_path = path.join("temp", secure_filename(file.filename))