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

This commit is contained in:
2021-03-23 18:38:10 +11:00
parent 92c5ee3e9d
commit a2ef27e6a1

View File

@@ -13,7 +13,7 @@ import hashlib
import exifread import exifread
import base64 import base64
import numpy import numpy
from cv2 import cv2 import cv2
import time import time
import re import re