diff --git a/app/pesu.py b/app/pesu.py index 2f1941a..ae4a74e 100644 --- a/app/pesu.py +++ b/app/pesu.py @@ -335,6 +335,6 @@ async def authenticate( logging.info(f"Authentication process for user={username} completed successfully.") - # Close the client and return the result + # Close the client and return the result back await client.aclose() return result