Skip to content

Commit

Permalink
fix: [module] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 11, 2024
1 parent 3fb281f commit 44d1860
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/modules/CEDetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ def test_detection():
dom = Domain(domain)
is_detected = False
for h in dom.get_correlation('title').get('title', []):
t = Title(h[1:])
title = t.get_content()
module.obj = title
module.obj = Title(h[1:])
if module.compute(''):
is_detected = True
if not is_detected:
Expand Down

0 comments on commit 44d1860

Please sign in to comment.