From d90ad2d8459c43d3d07c05976d51609149885453 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 15 Sep 2025 15:50:09 +0200 Subject: [PATCH] oops --- changedetectionio/conditions/pluggy_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/conditions/pluggy_interface.py b/changedetectionio/conditions/pluggy_interface.py index 86c3f67bc..b7b6eb9d3 100644 --- a/changedetectionio/conditions/pluggy_interface.py +++ b/changedetectionio/conditions/pluggy_interface.py @@ -1,7 +1,7 @@ import pluggy import os import importlib -import sys +from loguru import logger from . import default_plugin # ✅ Ensure that the namespace in HookspecMarker matches PluginManager