Skip to content

Commit 6ea9a02

Browse files
committed
remove unneded key
1 parent 68ebdab commit 6ea9a02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

intelmq/bots/outputs/smtp_batch/output.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ def init(self):
126126
raise MissingDependencyError('envelope', '>=2.0.0')
127127
if jinja2 is None:
128128
self.logger.warning("No jinja2 installed. Thus, the templating is deactivated.")
129-
if self.additional_grouping_keys and len(self.additional_grouping_keys) > 0:
130-
self.additional_grouping_keys_trans = {self.fieldnames_translation.get(k, k) for k in self.additional_grouping_keys}
131129
self.set_cache()
132130
self.key = f"{self._Bot__bot_id}:"
133131

0 commit comments

Comments
 (0)