mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Mails] typo
This commit is contained in:
parent
855a246bbb
commit
3f5fc85536
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|||
# max execution time on regex
|
||||
signal.alarm(max_execution_time)
|
||||
try:
|
||||
l_mails = re.findall(email_regex, Item.get_item_content())
|
||||
l_mails = re.findall(email_regex, Item.get_item_content(item_id))
|
||||
except TimeoutException:
|
||||
p.incr_module_timeout_statistic() # add encoder type
|
||||
err_mess = "Mail: processing timeout: {}".format(item_id)
|
||||
|
|
Loading…
Reference in a new issue