- edit scraping for ovogoal.py
- misc edits.
This commit is contained in:
doms9 2026-04-11 11:40:47 -04:00
parent 6bd8aa9814
commit 00000d905b
4 changed files with 23 additions and 29 deletions

View file

@ -66,7 +66,7 @@ async def get_events() -> list[dict[str, str]]:
{
"sport": sport,
"event": event_name,
"link": urljoin(BASE_URL, href),
"link": urljoin(f"{html_data.url}", href),
}
)