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