mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
6b286f6a60
commit
fb52fa7884
@ -27,6 +27,7 @@ from zhenxun.utils.user_agent import get_user_agent
|
|||||||
|
|
||||||
CLIENT_KEY = ["use_proxy", "proxy", "verify", "headers"]
|
CLIENT_KEY = ["use_proxy", "proxy", "verify", "headers"]
|
||||||
|
|
||||||
|
|
||||||
def get_async_client(
|
def get_async_client(
|
||||||
proxies: dict[str, str] | None = None, verify: bool = False, **kwargs
|
proxies: dict[str, str] | None = None, verify: bool = False, **kwargs
|
||||||
) -> httpx.AsyncClient:
|
) -> httpx.AsyncClient:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user