From ffa5b0ef8b6de4b91348cc4fedcd6998f5a5da86 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Jul 2024 15:18:26 +0200 Subject: [PATCH] ADD /report --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index a054821..9cf72a4 100644 --- a/main.py +++ b/main.py @@ -338,7 +338,6 @@ async def volume_mount(get: CL.CL_GET_VOLUME,api_key: APIKey = Depends(auth.get_ @app.post("/report") async def reporting(get: CL.CL_REPORTING,api_key: APIKey = Depends(auth.get_api_key)): print(f"{get.username}") - lastacces = datetime.strftime(get.lastaccess) print(f"{lastacces}") print(f"{get.ipaddres}")