You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
positions = [(a.start(), a.end()) for a in list(re.finditer('Tagessuppe siehe Aushang', lines[0]))]
if len(positions) != 5:
# TODO handle special cases (e.g. that bistro is closed)
return None
The IPP parser for the current week crashes, because there are no dishes on Wednesday available.
Link to the PDF.
The parser fails here
-> It returns
None
How to reproduce:
$ python3 main.py ipp-bistro
Btw. I'm using #18 to fix the KW parsing crash.
The text was updated successfully, but these errors were encountered: