From 3d8dd3d10fc333f2b939328304f43a40bcb497aa Mon Sep 17 00:00:00 2001 From: KreativeThinker Date: Sat, 14 Sep 2024 15:32:14 +0530 Subject: [PATCH] chore: update containerASD --- src/pwncore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(