Skip to content

Commit

Permalink
Format a file for 100 char lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Oct 3, 2014
1 parent eec2ed8 commit 724b9cf
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 724b9cf

Please sign in to comment.