parent
27751b50b3
commit
b798464c84
|
@ -31,7 +31,6 @@ OGCORE_IP = config["ogCore_ServerIP"]
|
|||
ogboot_ip_port = config['ogBoot_ServerIP']
|
||||
if ':' in ogboot_ip_port:
|
||||
OGBOOT_IP, OGBOOT_PORT = ogboot_ip_port.split(':')
|
||||
OGBOOT_PORT = int(OGBOOT_PORT)
|
||||
else:
|
||||
OGBOOT_IP = ogboot_ip_port
|
||||
OGBOOT_PORT = 8082
|
||||
|
|
Loading…
Reference in New Issue