Skip to content

Commit

Permalink
Merge branch 'main' of github.uconn.edu:zjf19002/Class_Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Brown committed Oct 25, 2023
2 parents ddb0e75 + 16d13c8 commit 7c47ee9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CourseFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
enrollStudent('ANTH3524', '001', 'awp10101')
2 changes: 1 addition & 1 deletion StudentFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def createStudent(studentID, studentPWD, enrolledCourses = []):


if __name__ == "__main__":
createStudent("nic21003", "coolTest420")
createStudent("awp10101", "myPassword")
25 changes: 0 additions & 25 deletions requirements.txt

This file was deleted.

0 comments on commit 7c47ee9

Please sign in to comment.