mensa: Another fix
This commit is contained in:
parent
9558d97369
commit
86d40c4421
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Module(ModuleBase):
|
||||||
return (ret, match.end())
|
return (ret, match.end())
|
||||||
|
|
||||||
|
|
||||||
match = re.compile(r'^.*?<table[^>]*>.*?<td[^>]*>.*?(\d+)\.(\d+)\. - \d+\.\d+\.(\d+)\.*?</td>.*?<td>Freitag</td>\s*</tr>(.*?)</table>.*$', re.DOTALL).match(data)
|
match = re.compile(r'^.*?<table[^>]*>.*?<td[^>]*>.*?(\d+)\.(\d+)\. - \d+\.\d+\.(\d+).*?</td>.*?<td[^>]*>Freitag</td>\s*</tr>(.*?)</table>.*$', re.DOTALL).match(data)
|
||||||
|
|
||||||
if not match:
|
if not match:
|
||||||
return False
|
return False
|
||||||
|
|
Reference in a new issue