feat: 优化 端口范围显示为 30000-30999

pull/8892/head
Jiangjie.Bai 2022-09-22 19:22:17 +08:00
parent 55a10a8d1d
commit 24708a6c5e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class DBPortManager(object):
@property
def magnus_listen_port_range(self):
return f'{self.port_start}-{self.port_end}'
return f'{self.port_start}-{self.port_end - 1}'
def init(self):
with tmp_to_root_org():