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}")