diff --git a/main.py b/main.py index 0caff32..756a779 100644 --- a/main.py +++ b/main.py @@ -82,7 +82,7 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap result = database(f"SELECT disbaled FROM `Active-Directory-RDS-User` where `SamAccountName` = '{get.name}'",f"{get.database}","") volume = [] if not result: - return Fals + return False else: for i in result: volume.append(i)