mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Delete unused module
This commit is contained in:
parent
f42d2a642f
commit
65c5c54c3f
|
@ -1,8 +0,0 @@
|
||||||
import aiohttp
|
|
||||||
from src.config import settings
|
|
||||||
session = None
|
|
||||||
|
|
||||||
|
|
||||||
async def start_session():
|
|
||||||
global session
|
|
||||||
session = aiohttp.ClientSession(headers=settings["header"], timeout=aiohttp.ClientTimeout(5.0))
|
|
Loading…
Reference in a new issue