Skip to content

Commit 5d23a10

Browse files
committed
fix: 修复缺少发送 byoc 参数
1 parent 07a3791 commit 5d23a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ async def cluster_enable(self):
556556
err, ack = await self.socketio_emit_with_ack("enable", {
557557
"host": PUBLIC_HOST,
558558
"port": PUBLIC_PORT or PORT,
559+
"byoc": self.byoc,
559560
"version": API_VERSION,
560561
"noFastEnable": True,
561562
"flavor": {

0 commit comments

Comments
 (0)