mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 18:48:29 +00:00
chg: [CEDetector] add detect message
This commit is contained in:
parent
6d3d331fb3
commit
bc5a96b3ad
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class CEDetector(AbstractModule):
|
|||
to_tag = True
|
||||
|
||||
if to_tag:
|
||||
# print(f'{content} DETECTED')
|
||||
print(f'CSAM DETECTED {content}')
|
||||
# print()
|
||||
self.add_message_to_queue(message=self.ce_tag, queue='Tags')
|
||||
|
||||
|
|
Loading…
Reference in a new issue