Skip to content

Commit

Permalink
fix: [title beautifullsoup] sigalrm
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 7, 2025
1 parent 868da3c commit 38d1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/crawlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand Down

0 comments on commit 38d1d01

Please sign in to comment.