diff --git a/api/rda.py b/api/rda.py index 8430623..7e752af 100644 --- a/api/rda.py +++ b/api/rda.py @@ -36,7 +36,7 @@ def wrapper(body, **kwargs): # Get the identifiers through a search query ids = [item_id] - downstream_logger = evaluator.logger + downstream_logger = None try: logger.debug("Trying to import plugin from plugins.%s.plugin" % (repo)) plugin = importlib.import_module("plugins.%s.plugin" % (repo), ".")