diff --git a/morss/morss.py b/morss/morss.py index 0ddae35..6df4c4c 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -620,7 +620,7 @@ def cgi_get(environ, start_response): if urlparse(url).scheme not in ['http', 'https']: url = 'http://' + url - data, con, contenttype, encoding = crawler.adv_get(url=url) + data, con, contenttype, encoding = crawler.adv_get(url=url, timeout=TIMEOUT) if contenttype in ['text/html', 'application/xhtml+xml', 'application/xml']: if options.get == 'page':