Missed another import

This commit is contained in:
Erik Thuning 2024-01-18 10:37:53 +01:00
parent 2cbb501361
commit 35d7a057e3

@ -1,6 +1,6 @@
import logging
from os import path, rename
from os import path, remove, rename
from shutil import rmtree
import ffmpeg