From f992e54e2ac3e573ef21d65825a0ac2d82356751 Mon Sep 17 00:00:00 2001 From: Nicholas Couillard Date: Thu, 19 Oct 2023 14:21:03 -0400 Subject: [PATCH] removed keys --- CourseFunctions.py | 2 +- StudentFunctions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CourseFunctions.py b/CourseFunctions.py index ba72f0d..8f5d09f 100644 --- a/CourseFunctions.py +++ b/CourseFunctions.py @@ -152,4 +152,4 @@ def enrollStudent(courseId, courseSection, studentID): # courseInsert(courseId, courseSection, courseLevel, courseDepartment, courseProfessor, courseEnrolledStudents, courseMaxStudents, courseIsOpen, courseFormat, coursePrereqs, courseStartTime, courseEndTime, courseScheduledDays, courseLocation, enrolledStudentList) - enrollStudent('SPAN4173', '001', 'nic21003') \ No newline at end of file + enrollStudent('ANTH3524', '001', 'awp10101') \ No newline at end of file diff --git a/StudentFunctions.py b/StudentFunctions.py index e11d490..c4b494d 100644 --- a/StudentFunctions.py +++ b/StudentFunctions.py @@ -19,4 +19,4 @@ def createStudent(studentID, studentPWD, enrolledCourses = []): if __name__ == "__main__": - createStudent("nic21003", "coolTest420") \ No newline at end of file + createStudent("awp10101", "myPassword") \ No newline at end of file