This commit is contained in:
DingZQ
2025-02-08 21:17:28 +08:00
parent 8a1795481a
commit a0793a9494

View File

@@ -1313,7 +1313,7 @@ if __name__ == "__main__":
# step1: 检查连接状态初始化influxdb的buckets
# try:
# # delete_buckets(client, org_name)
create_and_initialize_buckets(client, org_name)
create_and_initialize_buckets(client, org_name)
# except Exception as e:
# print(f"连接失败: {e}")
# finally: