This commit is contained in:
doms9 2026-03-02 20:15:30 -05:00
parent 00000d9ab1
commit 00000d9604
5 changed files with 11 additions and 13 deletions

View file

@ -26,7 +26,7 @@ async def get_api_data(page: Page) -> dict[str, list[dict, str, str]]:
)
if resp.status != 200:
log.warning(f"{url} status code: {resp.status}")
log.warning(f"{url} Status Code: {resp.status}")
return {}