1
0
Fork 0
forked from Fuji/Fuji

Fix typo in get_timetable

This commit is contained in:
Maarceeli 2025-04-16 10:09:09 +02:00
parent 428f66028a
commit 02e27165f3

View file

@ -210,7 +210,7 @@ class HebeClient:
)
return list(map(Note.from_hebe_dict, envelope))
def get_timetablle(self, student_id: int, from_: date, to: date):
def get_timetable(self, student_id: int, from_: date, to: date):
envelope = self._send_request(
"GET",
ENDPOINT_SCHEDULE_WITHCHANGES_BYPUPIL,