From 19cf1339f5de910ab3cdb445f3544a8dd36a006b Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Mon, 21 Aug 2023 14:00:22 +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 dd8d866..bff946b 100644 --- a/main.py +++ b/main.py @@ -77,7 +77,7 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap if not result: return False else: - return result + return result[0] @app.post("/info/getclient") async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):