From 45b70cf604c307c52cf8a70c71fc4edcbf8bbfc9 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 2 May 2021 19:08:46 +0100 Subject: [PATCH] Revert "Try allowing XLX again" This reverts commit d6b67f8004090cc93db137cc2d8845316fda8750. --- bridge_master.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index ca6960d..38e2329 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -2164,9 +2164,9 @@ if __name__ == '__main__': for system in CONFIG['SYSTEMS']: if CONFIG['SYSTEMS'][system]['ENABLED']: - # if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER': - # logger.warning('(GLOBAL) system %s not started - XLXPEER connections currently unsupported ', system) - # continue + if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER': + logger.warning('(GLOBAL) system %s not started - XLXPEER connections currently unsupported ', system) + continue if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE': systems[system] = routerOBP(system, CONFIG, report_server) else: