Skip to content

Commit 1756db5

Browse files
committed
fix: 修复上报 byoc 关闭的问题
1 parent 191a993 commit 1756db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ async def enable(self):
10441044
"enable", {
10451045
"host": config.const.host,
10461046
"port": config.const.public_port or config.const.port,
1047-
"byoc": clusters.byoc(),
1047+
"byoc": clusters.byoc() or config.const.proxy,
10481048
"version": API_VERSION,
10491049
"noFastEnable": True,
10501050
"flavor": {

0 commit comments

Comments
 (0)