From 7534eb5ff749f0ea1a84f5a1d51167cb543f2a27 Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Sun, 20 Aug 2023 22:08:27 +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 4649cbb..82ba9c7 100644 --- a/main.py +++ b/main.py @@ -92,7 +92,7 @@ async def getuser(get: CL.CL_GET_AD_USER,api_key: APIKey = Depends(auth.get_api_ if not result: return False else: - return result + return result[0][0] @app.post("/ad/adduser") async def add_ad_user(get: CL.CL_ADD_AD_USER,api_key: APIKey = Depends(auth.get_api_key)):