Skip to content
Snippets Groups Projects
Commit b0d8cb47 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Merge branch 'master' of bitbucket.org:FsInformatikDortmund/infoscreen

parents 95f1b059 f74d0725
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ def parseDay( dom, dayName ): ...@@ -16,6 +16,7 @@ def parseDay( dom, dayName ):
gericht = re.sub(r'\bdazu \d Beilagen nach Wahl\b', '', gericht) gericht = re.sub(r'\bdazu \d Beilagen nach Wahl\b', '', gericht)
gericht = re.sub(r' ,', ',', gericht) gericht = re.sub(r' ,', ',', gericht)
gericht = re.sub(r',\S', ', ', gericht) gericht = re.sub(r',\S', ', ', gericht)
gericht = re.sub(r'\s$', '', gericht)
gericht = re.sub(r',$', '', gericht) gericht = re.sub(r',$', '', gericht)
art = tds[1].text() art = tds[1].text()
kategorie = tds[2].find("img").first().attr( "src" ) kategorie = tds[2].find("img").first().attr( "src" )
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment