Skip to content

Commit

Permalink
Verification: fix USI faculty name unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
Toaster192 authored and solumath committed Dec 3, 2024
1 parent 39ffadb commit 199ecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"NVER", "NSPE", "MGH", "MITP-EN",
] # fmt: skip

FACULTY_NAMES = ["FA", "FAST", "FAVU", "FCH", "FEKT", "FP", "FSI", "USI",] # fmt: skip
FACULTY_NAMES = ["FA", "FAST", "FAVU", "FCH", "FEKT", "FP", "FSI", "ÚSI",] # fmt: skip


class Verification(BaseFeature):
Expand Down

0 comments on commit 199ecec

Please sign in to comment.