e
This commit is contained in:
parent
00000d9956
commit
00000d9cba
2 changed files with 3 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ async def get_events(
|
|||
continue
|
||||
|
||||
time_text = time_span.text(strip=True)
|
||||
timestamp = int(time_span.attributes.get("data-time", 0))
|
||||
timestamp = int(time_span.attributes.get("data-time", 31496400))
|
||||
|
||||
key = f"[{sport}] {name} (SEAST)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue