Saturday work. Needed to fix some Anthology enrollments for their internal employees to wrote a new script to remove everyone from their current groups and bulk re-enroll into all the correct groups and courses.

This commit is contained in:
Norm Rasmussen
2024-02-03 16:54:38 -05:00
parent a9126a355f
commit e46883c0f8
4 changed files with 345 additions and 1 deletions

View File

@ -32,7 +32,6 @@ def getfromEmail(baseUrlemail, baseCsv, apiKey):
errors.append(email)
# print(str(e))
# print(response.text)
pass
# print(uuids)
print(errors)
addtoGroup(apiKey, uuids)