mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
5 lines
144 B
Python
5 lines
144 B
Python
import aiohttp
|
|
from src.config import settings
|
|
|
|
session = aiohttp.ClientSession(headers=settings["header"], timeout=aiohttp.ClientTimeout(5.0))
|