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

Print results

parent 486db415
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ def main(analytics_token):
h5p_result = existing_results["count_h5p_statements"]
moodle_result = existing_results["count_moodle_statements"]
print(h5p_result, moodle_result)
# Built results array
results = [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment