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