Skip to content

Commit

Permalink
feat: remove terms with no courses (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthernPolaris authored Feb 11, 2025
1 parent ba90831 commit 18d1ca2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,9 @@ def convert_term_alias(term_alias: str) -> str:
terms_without_digits = ("summer", "winter")
aliases = {
"sem": "Semester",
"elc": "ELC Term",
"tri": "Trimester",
"term": "Term",
"ol": "Online Teaching Period",
"melb": "Melb Teaching Period",
"pce": "PCE Term",
"summer": "Summer School",
"winter": "Winter School",
}
Expand Down

0 comments on commit 18d1ca2

Please sign in to comment.