Commit bd66a28d by kimth

Add TODO note

parent bd0b20bb
...@@ -905,7 +905,7 @@ class CodeResponse(LoncapaResponse): ...@@ -905,7 +905,7 @@ class CodeResponse(LoncapaResponse):
# Prepare payload # Prepare payload
xmlstr = etree.tostring(self.xml, pretty_print=True) xmlstr = etree.tostring(self.xml, pretty_print=True)
header = {'return_url': self.system.xqueue_callback_url, header = {'return_url': self.system.xqueue_callback_url,
'queue_name': 'mitx-600x', 'queue_name': 'mitx-600x', # TODO: Queue name should derive from courseware or XML
} }
# Queuekey generation # Queuekey generation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment