Skip to content
Snippets Groups Projects
Commit eceee142 authored by roidelapluie's avatar roidelapluie
Browse files

typo

parent 04cdf1bc
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,7 @@ class HtmlHandler(xml.sax.handler.ContentHandler):
def _get_img(self, attrs):
mem, alt = '', ''
# Wait maximum 1s for connection
# Wait maximum 5s for connection
socket.setdefaulttimeout(5)
try:
req = urllib2.Request(attrs['src'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment