Skip to content

Commit

Permalink
chg: [CEDetector] add detect message
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 16, 2024
1 parent 6d3d331 commit bc5a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/modules/CEDetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def compute(self, message): # TODO LIMIT TO DARKWEB ???
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')

Expand Down

0 comments on commit bc5a96b

Please sign in to comment.