Skip to content

Commit b3e2460

Browse files
committed
Removing hack
1 parent b5497a0 commit b3e2460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1 gradetracker/GradeTracker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import statistics as s
1010

1111
#add constants next
12-
admins = {'Dominic':'Thomas','Faculty2':'ABC123','Dominic':'Thomas'}
12+
admins = {'Faculty1':'ABC123','Faculty2':'ABC123','Dominic':'Thomas'}
1313

1414
# Like the admins above is a dictionary but of students.
1515
# Dictionaries use curly brackets with colons to associate keys with values.

0 commit comments

Comments
 (0)