mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
This commit is contained in:
parent
00000d9ab1
commit
00000d9604
5 changed files with 11 additions and 13 deletions
|
|
@ -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 {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue