This commit is contained in:
Seting-dev
2025-05-15 10:53:03 +03:00
parent 2f7a0826bf
commit e7d2e0e829
3 changed files with 2 additions and 3 deletions

View File

@@ -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}")