e
This commit is contained in:
parent
edbed9cd5f
commit
00000d9da5
7 changed files with 70 additions and 39 deletions
|
|
@ -52,7 +52,7 @@ async def get_events(
|
|||
|
||||
return []
|
||||
|
||||
soup = HTMLParser(r.text)
|
||||
soup = HTMLParser(r.content)
|
||||
|
||||
valid_event = re.compile(r"\d{1,2}:\d{1,2}")
|
||||
clean_event = re.compile(r"\s+-+\s+\w{1,4}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue