Refine
This commit is contained in:
@@ -1338,7 +1338,7 @@ def query_buckets(client: InfluxDBClient=client) -> list[str]:
|
|||||||
print("All Buckets:")
|
print("All Buckets:")
|
||||||
buckets_list = []
|
buckets_list = []
|
||||||
for bucket in buckets:
|
for bucket in buckets:
|
||||||
buckets.append(bucket.name)
|
buckets_list.append(bucket.name)
|
||||||
|
|
||||||
return buckets_list
|
return buckets_list
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user