From 54657c2303dfc1918996a342d5fcca909a85a0c5 Mon Sep 17 00:00:00 2001 From: Tom Niget Date: Mon, 6 Nov 2023 14:21:13 +0100 Subject: [PATCH] fix: missing import --- Contents/Code/youtube_dl_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Contents/Code/youtube_dl_helper.py b/Contents/Code/youtube_dl_helper.py index 9829192a..620ede19 100644 --- a/Contents/Code/youtube_dl_helper.py +++ b/Contents/Code/youtube_dl_helper.py @@ -12,6 +12,7 @@ # imports from Libraries\Shared from constants import plugin_identifier from typing import Optional +import logging import youtube_dl # get the plugin logger