fixed import logger

This commit is contained in:
2025-01-01 14:44:35 +01:00
committed by Flo Greistorfer
parent 3b93fb8719
commit 122117f125
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ try:
except ImportError:
SVGSUPPORT = False
from modules import logger
from modules.logger import logger
from modules.argumentparser import Args
from modules.css_color import extract_theme_color, extract_colorscheme