mirror of https://github.com/Mai-with-u/MaiBot.git
ruff
parent
1461155747
commit
85d543d555
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue