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

Adding separate results

parent 53543ab7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,13 @@ def main(analytics_token):
"h5p": h5p_result[0]["result"][0]["column2"],
"moodle": moodle_result[0]["result"][0]["column2"],
},
]
],
"h5p": [{"h5p": h5p_result[0]["result"][0]["column2"]}],
"moodle": [
{
"moodle": 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