Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Feb 1, 2016
1 parent ba9b432 commit dc0f270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formasaurus/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def response2unicode(resp):
"""
enc, html = html_to_unicode(
content_type_header=resp.headers.get('Content-Type'),
html_body_str=p.content,
html_body_str=resp.content,
auto_detect_fun=_autodetect_encoding
)
return html
Expand Down

0 comments on commit dc0f270

Please sign in to comment.