e
This commit is contained in:
parent
7617aa4bc6
commit
00000d941c
6 changed files with 243 additions and 159 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue