diff --git a/courses.py b/courses.py index c770e43..00a49e0 100644 --- a/courses.py +++ b/courses.py @@ -1254,7 +1254,8 @@ def enroll_gott_workshops(): #['2025-06-01 17:00:00', 'GOTT 1: Intro to Teaching Online', 23083], #['2025-06-01 17:00:00', 'GOTT 4: Assessments in Digital Learning', 21898], - ['2025-08-11 13:00:00', 'GOTT 1: Introduction to Online Teaching with Canvas', 23232], + #['2025-08-11 13:00:00', 'GOTT 1: Introduction to Online Teaching with Canvas', 23232], + ['2025-09-01 17:00:00', r'GOTT 1: Intro to Online Teaching (Canvas, Accessibility and RSI) ', 23270], ] #print(json.dumps(signups,indent=4)) #print(json.dumps(by_email,indent=4)) @@ -1902,7 +1903,7 @@ def create_sandboxes(): #(23083, ' Sandbox GOTT1 SU25'), #(23015, ' Sandbox GOTT2 SU25'), #(21898, ' Sandbox GOTT4 SU25'), - (23232, ' Sandbox GOTT1 FA25'), + (23270, ' Sandbox GOTT1 FA25SEPT'), ] filepath = 'cache/sandbox_courses.pkl'