Skip to content

Commit

Permalink
Merge pull request #384 from gratipay/format-for-100
Browse files Browse the repository at this point in the history
Format a file for 100 char lines
  • Loading branch information
pjz committed Oct 3, 2014
2 parents b89fc2b + 724b9cf commit 27d1b24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aspen/algorithms/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ def parse_environ_into_request(environ):


def parse_body_into_request(request, website):
request._parse_body = lambda _: body_parsers.parse_body(request.raw_body, request.headers, website.body_parsers)
request._parse_body = lambda _: body_parsers.parse_body( request.raw_body
, request.headers
, website.body_parsers
)


def tack_website_onto_request(request, website):
Expand Down

0 comments on commit 27d1b24

Please sign in to comment.