This commit is contained in:
春河晴
2025-06-05 15:49:05 +09:00
parent 1461155747
commit 85d543d555

View File

@@ -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: