fix: [title beautifullsoup] sigalrm
Some checks are pending
CI / ail_test (3.10) (push) Waiting to run
CI / ail_test (3.7) (push) Waiting to run
CI / ail_test (3.8) (push) Waiting to run
CI / ail_test (3.9) (push) Waiting to run

This commit is contained in:
terrtia 2025-01-07 17:43:49 +01:00
parent 868da3c6bc
commit 38d1d01d8a
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -332,7 +332,7 @@ def extract_title_from_html(html):
if title:
return str(title)
except TimeoutException:
pass
signal.alarm(0)
else:
signal.alarm(0)
return ''