ruff
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import ssl
|
import ssl
|
||||||
import certifi
|
import certifi
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import asyncio
|
|
||||||
|
|
||||||
ssl_context = ssl.create_default_context(cafile=certifi.where())
|
ssl_context = ssl.create_default_context(cafile=certifi.where())
|
||||||
connector = None
|
connector = None
|
||||||
|
|
||||||
|
|
||||||
async def get_tcp_connector():
|
async def get_tcp_connector():
|
||||||
global connector
|
global connector
|
||||||
if connector is None:
|
if connector is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user