Skip to content

Commit

Permalink
No longer give out 0BIT roles for this year
Browse files Browse the repository at this point in the history
  • Loading branch information
Toaster192 authored and solumath committed Sep 9, 2024
1 parent fc2cce5 commit dde2e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/verify_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ async def _parse_relation(self, user: dict) -> str | None:
if "rok_studia" in relation.keys():
ret = (
f"{relation['fakulta']['zkratka']} {relation['obor']['zkratka']} "
f"{relation['rok_studia'] if relation['rok_studia'] != 1 else 0}"
) # this will need fixing before ~septeber 2024 but the best we can do right now
f"{relation['rok_studia']}"
)
# do not return yet if not FIT, check for all relations if student has multiple studies
if relation["fakulta"]["zkratka"] == "FIT":
return ret
Expand Down

0 comments on commit dde2e5a

Please sign in to comment.