mirror of https://github.com/CIRCL/AIL-framework
fix: [retro hunt] fix add tags
parent
3c376c8f06
commit
72afd3ef62
|
@ -139,8 +139,7 @@ class Retro_Hunt_Module(AbstractModule):
|
|||
# Tags
|
||||
if self.obj.get_type() == 'item':
|
||||
for tag in self.tags:
|
||||
msg = f'{tag};{obj_id}'
|
||||
self.add_message_to_queue(msg, 'Tags')
|
||||
self.add_message_to_queue(obj=self.obj, message=tag, queue='Tags')
|
||||
else:
|
||||
for tag in self.tags:
|
||||
self.obj.add_tag(tag)
|
||||
|
|
Loading…
Reference in New Issue