mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-13 04:46:25 +00:00
fix: [MailExporter] correct typo
This commit is contained in:
parent
bbfad6a556
commit
0d45558e33
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class MailExporterTracker(MailExporter):
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue