Ok, so if a user and a course exists, we've successfully created and enrollment and an attempt for the person. I guess we just have to try and push it now...

This commit is contained in:
Norm Rasmussen
2024-09-04 19:03:18 -04:00
parent c45ca38934
commit 299c725c31
6 changed files with 23 additions and 31 deletions

View File

@ -39,7 +39,7 @@ def post(url, payload):
return json_post
except JSONDecodeError as e:
print(f"Error occurred. Here's the info: {e}.")
# print(f"PostResponse: {post_response}")
print(f"PostResponse: {post_response.text}")
return post_response
finally:
# PP.pprint(json_get)