diff --git a/pkg/pipeline/cntfilter/cntfilter.py b/pkg/pipeline/cntfilter/cntfilter.py index fee2cd3f..1b726d9a 100644 --- a/pkg/pipeline/cntfilter/cntfilter.py +++ b/pkg/pipeline/cntfilter/cntfilter.py @@ -25,7 +25,7 @@ def __init__(self, ap: app.Application): async def initialize(self): filters_required = [ - "content-filter" + "content-ignore", ] if self.ap.pipeline_cfg.data['check-sensitive-words']: