Skip to content

Commit

Permalink
Disabled confusing emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett committed Aug 12, 2021
1 parent 0ad5188 commit ba06253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self-paced-registration-app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def enrollStudentWithAppsembler(studentEmail, courses):
response = requests.post(
'https://' + courseHost + '/tahoe/api/v1/enrollments/',
json={'action': 'enroll',
'email_learners': True,
'email_learners': False,
'auto_enroll': True,
'courses': courses,
'identifiers': identifiers},
Expand Down

0 comments on commit ba06253

Please sign in to comment.