From 502adddf8cc05a163c7e09a73634892146fd9ae2 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 2 May 2021 19:24:47 +0100 Subject: [PATCH] Revert "Revert "Try allowing XLX again"" This reverts commit 45b70cf604c307c52cf8a70c71fc4edcbf8bbfc9. --- bridge_master.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 38e2329..ca6960d 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: