mirror of https://github.com/CIRCL/AIL-framework
chg: [CEDetector] add detect message
parent
6d3d331fb3
commit
bc5a96b3ad
|
@ -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 New Issue