Skip to content

Commit

Permalink
fix: [MailExporter] correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gallypette committed Feb 3, 2025
1 parent bbfad6a commit 0d45558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/exporter/MailExporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def export(self, tracker, obj, matches=[]):
body += f'\nMatch {nb}: {match[0]}\nExtract:\n{match[1]}\n\n'
nb += 1

ail_link = f'AIL url:{obj.get_link()}/n/n'
ail_link = f'AIL url:{obj.get_link()}\n\n'
for mail in tracker.get_mails():
if ail_users.exists_user(mail):
body = ail_link + body
Expand Down

0 comments on commit 0d45558

Please sign in to comment.