Revert "Revert "Try allowing XLX again""
This reverts commit 45b70cf604c307c52cf8a70c71fc4edcbf8bbfc9.
This commit is contained in:
parent
45b70cf604
commit
502adddf8c
@ -2164,9 +2164,9 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
for system in CONFIG['SYSTEMS']:
|
for system in CONFIG['SYSTEMS']:
|
||||||
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
||||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER':
|
# if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER':
|
||||||
logger.warning('(GLOBAL) system %s not started - XLXPEER connections currently unsupported ', system)
|
# logger.warning('(GLOBAL) system %s not started - XLXPEER connections currently unsupported ', system)
|
||||||
continue
|
# continue
|
||||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
||||||
systems[system] = routerOBP(system, CONFIG, report_server)
|
systems[system] = routerOBP(system, CONFIG, report_server)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user