- fix timstreams.py sraping
- misc edits.
This commit is contained in:
doms9 2026-03-15 10:59:45 -04:00
parent 63cf988d75
commit 00000d9854
2 changed files with 49 additions and 128 deletions

View file

@ -35,9 +35,7 @@ SPORT_URLS = {
async def refresh_html_cache(
url: str,
sport: str,
now_ts: float,
url: str, now_ts: float
) -> dict[str, dict[str, str | float]]:
events = {}