This commit is contained in:
doms9 2025-10-01 12:37:19 -04:00
parent fd1605a6a6
commit 00000d98aa
2 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import httpx
from .utils import Cache, Time, get_logger, leagues
log = get_logger()
log = get_logger(__name__)
urls: dict[str, dict[str, str]] = {}