From 387dfa39ff3972de6227026f3f63bc0b9f97c582 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Fri, 29 Mar 2024 17:24:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=86=85=E5=AE=B9=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=97=A0=E6=95=88=20(#743)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/pipeline/cntfilter/cntfilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ class ContentFilterStage(stage.PipelineStage): async def initialize(self): filters_required = [ - "content-filter" + "content-ignore", ] if self.ap.pipeline_cfg.data['check-sensitive-words']: