dont call async

This commit is contained in:
Nexus 2024-04-19 11:00:19 +01:00
parent d335768c1b
commit d6a5f4e2cc
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -10,7 +10,7 @@ from contextlib import asynccontextmanager
logging.basicConfig(level=logging.INFO)
@asynccontextmanager()
@asynccontextmanager
async def lifespan(_app: FastAPI):
async with aiohttp.ClientSession(
"https://ip.shronk.tech",