re-enable PEER

This commit is contained in:
Simon 2021-04-16 19:07:40 +01:00
parent e985951d2c
commit 4c998ccccf
1 changed files with 1 additions and 1 deletions

View File

@ -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':