Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
untis v2 format
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Sep 14, 2023
1 parent 41c898e commit 072bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async def get_timetable(response: Response, date: str | None, authorization: str
classes = untis2324.parse(lines, all_classes, classes_archive, classes, i)
continue

print(f"[SUBSTITUTION PARSER] Parsing using the Untis 2023/2024 format.")
print(f"[SUBSTITUTION PARSER] Parsing using the Untis 2023/2024 v2 format.")
classes = untis2324v2.parse(lines, all_classes, classes_archive, classes, i)


Expand Down

0 comments on commit 072bae4

Please sign in to comment.