From 00000d926fcdd4da5faed673bf6865ce6671fc30 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Tue, 7 Apr 2026 23:24:49 -0400 Subject: [PATCH] e --- M3U8/scrapers/mainportal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/M3U8/scrapers/mainportal.py b/M3U8/scrapers/mainportal.py index 7d18b731..e05108ec 100644 --- a/M3U8/scrapers/mainportal.py +++ b/M3U8/scrapers/mainportal.py @@ -53,7 +53,7 @@ async def process_event( return m3u8_url -async def refresh_api_cache() -> dict[str, dict[str, list[dict]]]: +async def get_api_data() -> dict[str, dict[str, list[dict]]]: tasks = [ ( sport, @@ -70,7 +70,7 @@ async def refresh_api_cache() -> dict[str, dict[str, list[dict]]]: async def get_events(cached_keys: list[str]) -> list[dict[str, str]]: now = Time.clean(Time.now()) - api_data = await refresh_api_cache() + api_data = await get_api_data() events = []