Skip to content
Snippets Groups Projects
Commit ad4b2a27 authored by Max Lou's avatar Max Lou
Browse files

Fix: result access

parent c9bec05b
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ def main(analytics_token):
results = [
{
"column1": "h5p",
"column2": h5p_result["result"]["column2"],
"column2": h5p_result[0]["result"][0]["column2"],
},
{"column1": "moodle", "column2": moodle_result["result"]["column2"]},
{"column1": "moodle", "column2": moodle_result[0]["result"][0]["column2"]},
]
# Send result to rights engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment