crawler: clean up code
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e42df98f83
commit
7eeb1d696c
|
@ -428,7 +428,7 @@ class HTTPRefreshHandler(BaseHandler):
|
||||||
https_response = http_response
|
https_response = http_response
|
||||||
|
|
||||||
|
|
||||||
def parse_headers(text=u'\n\''):
|
def parse_headers(text=u'\n\n'):
|
||||||
if sys.version_info[0] >= 3:
|
if sys.version_info[0] >= 3:
|
||||||
# python 3
|
# python 3
|
||||||
return message_from_string(text)
|
return message_from_string(text)
|
||||||
|
|
Loading…
Reference in New Issue