This commit is contained in:
doms9 2025-09-28 11:51:35 -04:00
parent 00000d9956
commit 00000d9cba
2 changed files with 3 additions and 1 deletions

View file

@ -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)"