Skip to content

Commit f4ab188

Browse files
committed
fix
1 parent 5a3d074 commit f4ab188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ async def process_proxy(self, raw_protocol: int, auth_data: str, domain: str, po
217217
try:
218218
start_checking_time = time.time()
219219
check_result, checker_additional_info = await proxy_utils.check_proxy(
220-
proxy_url, aiohttp_proxy_check_session)
220+
proxy_url)
221221

222222
end_checking_time = time.time()
223223

0 commit comments

Comments
 (0)