Skip to content

Commit

Permalink
Fix attribute name (pylti#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwheeler authored and ryanhiebert committed Jun 6, 2017
1 parent 83caeb3 commit 2762561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lti/outcome_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def from_post_request(post_request):
'''
request = OutcomeRequest()
request.post_request = post_request
request.process_xml(post_request.data)
request.process_xml(post_request.body)
return request

def post_replace_result(self, score, result_data=None):
Expand Down

0 comments on commit 2762561

Please sign in to comment.