Skip to content

Commit

Permalink
fix: [retro hunt] fix add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Nov 20, 2024
1 parent 3c376c8 commit 72afd3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/trackers/Retro_Hunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ def yara_rules_match(self, data):
# 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)
Expand Down

0 comments on commit 72afd3e

Please sign in to comment.