Skip to content

Commit 0c7a1e6

Browse files
committed
fix
1 parent dcda30f commit 0c7a1e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checkers/base_checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ async def check(self, proxy_address: str, timeout: int=None) -> tuple:
5959
aiohttp.client_exceptions.ClientHttpProxyError,
6060
aiohttp.client_exceptions.ClientProxyConnectionError,
6161
aiohttp.client_exceptions.ClientResponseError,
62+
aiohttp.client_exceptions.ClientPayloadError,
6263
aiosocks.errors.SocksError,
6364
aiosocks.SocksError,
6465
asyncio.TimeoutError,

0 commit comments

Comments
 (0)