fix: [Mails] typo

pull/497/head
Terrtia 2020-05-04 14:10:42 +02:00
parent 855a246bbb
commit 3f5fc85536
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -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)