Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-25 22:47:43 +00:00
Update
This commit is contained in:
@@ -5,7 +5,7 @@ import aiohttp
|
||||
|
||||
|
||||
# Асинхронная сессия для запросов
|
||||
class AsyncSession:
|
||||
class RequestSession:
|
||||
def __init__(self) -> None:
|
||||
self._session: Optional[aiohttp.ClientSession] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user