Skip to content

Commit

Permalink
fix: 内容过滤无效 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Mar 29, 2024
1 parent 1f797f8 commit 387dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/cntfilter/cntfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down

0 comments on commit 387dfa3

Please sign in to comment.