mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-15 02:58:22 +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
|
to_tag = True
|
||||||
|
|
||||||
if to_tag:
|
if to_tag:
|
||||||
# print(f'{content} DETECTED')
|
print(f'CSAM DETECTED {content}')
|
||||||
# print()
|
# print()
|
||||||
self.add_message_to_queue(message=self.ce_tag, queue='Tags')
|
self.add_message_to_queue(message=self.ce_tag, queue='Tags')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue