From 26e04c14b3fa97e76c6bf9b87d2657b99e0ba478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Mon, 17 Oct 2022 10:40:56 +0200 Subject: [PATCH] False v FALSE --- apiserver/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/main.py b/apiserver/main.py index 5009ff2..79ce7b1 100644 --- a/apiserver/main.py +++ b/apiserver/main.py @@ -118,7 +118,7 @@ async def login_for_access_token(user=Depends(my_auth)): @app.get("/", response_model=List[dict[str, str]]) -async def get_types(request: Request = None, element_numbers: bool = FALSE): +async def get_types(request: Request = None, element_numbers: bool = False): """ list types of data locations, currently datasets (will be provided by the pillars) and targets (possible storage -- GitLab