fix: [Mail] debug signal

pull/497/head
Terrtia 2020-05-12 10:02:38 +02:00
parent c2d47cdd61
commit c56d0a471e
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 2 deletions

View File

@ -146,10 +146,10 @@ if __name__ == "__main__":
item_content = Item.get_item_content(item_id)
item_date = Item.get_item_date(item_id)
print(item_id)
#print(item_id)
# Get all emails address
signal.alarm(20)
signal.alarm(30)
try:
all_emails = re.findall(email_regex, item_content)
except TimeoutException: