This commit is contained in:
DingZQ
2025-02-15 15:18:15 +08:00
parent 1a23667b1b
commit 8c16a090ec

View File

@@ -1338,7 +1338,7 @@ def query_buckets(client: InfluxDBClient=client) -> list[str]:
print("All Buckets:")
buckets_list = []
for bucket in buckets:
buckets.append(bucket.name)
buckets_list.append(bucket.name)
return buckets_list