Skip to content

Commit

Permalink
Removing hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dominict committed May 10, 2023
1 parent b5497a0 commit b3e2460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1 gradetracker/GradeTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import statistics as s

#add constants next
admins = {'Dominic':'Thomas','Faculty2':'ABC123','Dominic':'Thomas'}
admins = {'Faculty1':'ABC123','Faculty2':'ABC123','Dominic':'Thomas'}

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

0 comments on commit b3e2460

Please sign in to comment.