From 30a736fc60938470b7e753086daabc379ad4d543 Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Mon, 21 Aug 2023 13:11:08 +0200 Subject: [PATCH] ADD VOLUME_MOUNT --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7d4a89b..9af791e 100644 --- a/main.py +++ b/main.py @@ -81,7 +81,7 @@ async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api if not result: return False else: - return result + return result[0][0] @app.post("/info/getdatabase") async def getdatabase(get: CL.CL_GET_DATABASE,api_key: APIKey = Depends(auth.get_api_key)):