Skip to content
Snippets Groups Projects
Commit bad7e483 authored by Rico van Endern's avatar Rico van Endern
Browse files

die verfickte mensa hält sich nicht ans eigene format #hotfix

parent 5f726aea
No related branches found
No related tags found
Loading
...@@ -12,6 +12,7 @@ def parseDay( dom, dayName ): ...@@ -12,6 +12,7 @@ def parseDay( dom, dayName ):
for tr in range(day.length()): for tr in range(day.length()):
tds = day[tr].find("td"); tds = day[tr].find("td");
gericht = tds[0].text() gericht = tds[0].text()
if gericht != "Pommes":
#-zusatzstoffe #-zusatzstoffe
gericht = re.sub(r'\([\d+,]+\)', '', gericht) gericht = re.sub(r'\([\d+,]+\)', '', gericht)
#+verkuerzung #+verkuerzung
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment