mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-12-04 11:47:17 +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
|
# max execution time on regex
|
||||||
signal.alarm(max_execution_time)
|
signal.alarm(max_execution_time)
|
||||||
try:
|
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:
|
except TimeoutException:
|
||||||
p.incr_module_timeout_statistic() # add encoder type
|
p.incr_module_timeout_statistic() # add encoder type
|
||||||
err_mess = "Mail: processing timeout: {}".format(item_id)
|
err_mess = "Mail: processing timeout: {}".format(item_id)
|
||||||
|
|
Loading…
Reference in a new issue