diff --git a/src/pwncore/__init__.py b/src/pwncore/__init__.py index 7437540..f91a713 100644 --- a/src/pwncore/__init__.py +++ b/src/pwncore/__init__.py @@ -40,7 +40,7 @@ async def app_lifespan(app: FastAPI): # close_connections is deprecated, not sure how to use connections.close_all() await Tortoise.close_connections() - await docker_client.close() + await containerASD.docker_client.close() app = FastAPI(