This commit is contained in:
Sebastian Goscik
2023-03-24 11:17:17 +00:00
parent 144938f7e5
commit c55f50153f

View File

@@ -8,8 +8,8 @@ from typing import List
import aiosqlite import aiosqlite
from dateutil.relativedelta import relativedelta from dateutil.relativedelta import relativedelta
from pyunifiprotect import ProtectApiClient from pyunifiprotect import ProtectApiClient
from pyunifiprotect.data.types import EventType
from pyunifiprotect.data.nvr import Event from pyunifiprotect.data.nvr import Event
from pyunifiprotect.data.types import EventType
from unifi_protect_backup import VideoDownloader, VideoUploader from unifi_protect_backup import VideoDownloader, VideoUploader