From 65d8fae9ca8b4577c53d9fa6851a4035a2ee1d55 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:20:32 +0800 Subject: [PATCH] Update http_utils.py --- utils/http_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/http_utils.py b/utils/http_utils.py index 738ca2c6..630c5d7c 100644 --- a/utils/http_utils.py +++ b/utils/http_utils.py @@ -18,7 +18,7 @@ import httpx class AsyncHttpx: - proxy = {"http://": get_local_proxy()} + proxy = {"http://": get_local_proxy(), "https://": get_local_proxy()} @classmethod @retry(stop_max_attempt_number=3)