put back hehehhe

This commit is contained in:
Raffu Khondaker 2020-06-16 16:20:43 -04:00
parent f7624c3284
commit 13d248202b
2 changed files with 4 additions and 1 deletions

View File

@ -595,6 +595,9 @@ class Teacher:
os.chdir(cdir)
return False
def comment(self):
print("heheheh")
# data = getTeacher("eharris1")
# t = Teacher(data)

View File

@ -178,7 +178,7 @@ def teacherCLI(user, password):
'message': 'Select class: ',
},
]
course = prompt(courses)['course']
course = chooseGeneralTeacher(teacher)
if course == "Exit SkoolOS":
teacher.exitCLI()
if course == "Make New Class":