This commit is contained in:
doms9 2025-09-02 18:06:35 -04:00
parent 7617aa4bc6
commit 00000d941c
6 changed files with 243 additions and 159 deletions

View file

@ -26,10 +26,10 @@ logos = {
"WNBA": "https://i.gyazo.com/02d665a5704118d195dbcd5fa20d5462.png",
}
TZ = pytz.timezone("America/New_York")
def load_cache() -> dict[str, str]:
TZ = pytz.timezone("America/New_York")
try:
data = json.loads(base_file.read_text(encoding="utf-8"))