From a2ef27e6a11880a48bf45bced684857d76d61ac8 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 23 Mar 2021 18:38:10 +1100 Subject: [PATCH] had to revert the import line - pylint didnt originally like it this way, cant see issue now - go figure, but it definitely caused the video thumbs to fail --- files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.py b/files.py index 29b080e..e89c3f4 100644 --- a/files.py +++ b/files.py @@ -13,7 +13,7 @@ import hashlib import exifread import base64 import numpy -from cv2 import cv2 +import cv2 import time import re