fix missing character
This commit is contained in:
parent
3678ca107e
commit
35c5afafff
@ -1395,7 +1395,7 @@ def create_app():
|
|||||||
passp = passphrase
|
passp = passphrase
|
||||||
pub_list.append([m.server + '_' + m.name, sl.ip, passphrase, m.port])
|
pub_list.append([m.server + '_' + m.name, sl.ip, passphrase, m.port])
|
||||||
for p in pl:
|
for p in pl:
|
||||||
sl = ServerList.query.filter_by(name=m.server).first()
|
sl = ServerList.query.filter_by(name=p.server).first()
|
||||||
if p.enable_um == True:
|
if p.enable_um == True:
|
||||||
passp = passphrase
|
passp = passphrase
|
||||||
pub_list.append([p.server + '_' + p.name, sl.ip, passphrase, p.external_port])
|
pub_list.append([p.server + '_' + p.name, sl.ip, passphrase, p.external_port])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user