lanis-mobile / LanisAPI

A package for interacting with Lanis.
https://lanisapi.readthedocs.io/
MIT License
12 stars 2 forks source link

substitution error #17

Closed baum-eule closed 12 months ago

baum-eule commented 1 year ago

Wenn die Schule auf Lanis keinen Vertretungsplan hat gibt es einen "list index out of range" error. Vielleicht eine Prüfung auf Existenz einbauen. (Ich kann, wenn es gebraucht wird, auch die HTML schicken.)

File "***\Lib\site-packages\lanisapi\functions\substitution.py", line 84, in _get_substitution_info date = re.findall(r"(\d\d.\d\d.\d\d\d\d)", html.html)[0]


IndexError: list index out of range
kurwjan commented 12 months ago

Guck mal ob es mit der neusten Version (0.3.0) funktioniert, dort sollte auch die Prüfung auf Existenz eingebaut sein.

baum-eule commented 12 months ago

Danke die Prüfung funktioniert.

kurwjan commented 12 months ago

Super