mirror of
https://github.com/OVERLORD7F/SVMU.git
synced 2025-10-01 21:52:47 +03:00
check
This commit is contained in:
@@ -20,7 +20,7 @@ def data_pools(base_url , api_key): #output data pool info
|
||||
print(f"type: {x['type']}")
|
||||
print(f"status: {x['status']}")
|
||||
print(f"size: {round((x['size'] / 1024), 1)}Gb")
|
||||
print("-" * 44)
|
||||
print("-" * 44)
|
||||
|
||||
else:
|
||||
print(f"Failed to retrieve data {response.status_code}")
|
Reference in New Issue
Block a user