fix: [module] typo

This commit is contained in:
terrtia 2024-10-11 14:39:19 +02:00
parent 3fb281f6c3
commit 44d1860b87
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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: