Compare commits
No commits in common. "86af68bbd0506183a18f91568f5ec73752473471" and "962c1c88dbe5ff16f13bc32641bf61c3f90dbd16" have entirely different histories.
86af68bbd0
...
962c1c88db
3
main.py
3
main.py
|
|
@ -77,8 +77,7 @@ async def getvolume(get: CL.CL_GET_VOLUMES,api_key: APIKey = Depends(auth.get_ap
|
||||||
if not result:
|
if not result:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
for i in result:
|
return result
|
||||||
return f"{id:1,result[0][0]}"
|
|
||||||
|
|
||||||
@app.post("/info/getclient")
|
@app.post("/info/getclient")
|
||||||
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
|
async def getclient(get: CL.CL_GET_CLIENT,api_key: APIKey = Depends(auth.get_api_key)):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue