This commit is contained in:
Alexander Kryklia
2013-09-06 18:04:59 +03:00
parent 6220da32c9
commit 5e3c6736ab
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ class LTIModule(LTIFields, XModule):
# This is needed for body encoding:
headers = {'Content-Type': 'application/x-www-form-urlencoded'}
_, headers, _ = client.sign(
__, headers, __ = client.sign(
unicode(self.launch_url),
http_method=u'POST',
body=body,