re-enable PEER
This commit is contained in:
parent
e985951d2c
commit
4c998ccccf
@ -2086,7 +2086,7 @@ if __name__ == '__main__':
|
||||
|
||||
for system in CONFIG['SYSTEMS']:
|
||||
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER' or CONFIG['SYSTEMS'][system]['MODE'] == 'PEER':
|
||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER':
|
||||
logger.warning('(GLOBAL) system %s not started - XLXPEER and PEER connections currently unsupported ', system)
|
||||
continue
|
||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
||||
|
Loading…
Reference in New Issue
Block a user