diff --git a/main.py b/main.py index 756a779..0caff32 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 False + return Fals else: for i in result: volume.append(i)