From a24dd767cd2e8dcc701ec6c7de0c01c137bdc5be Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 31 Oct 2021 23:40:52 +0000 Subject: [PATCH] d --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 7a13b13..55d9419 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1828,7 +1828,7 @@ class routerHBP(HBSYSTEM): if system == self._system: continue if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE': - system.send_system(_data) + systems[system].send_system(_data) logger.info('(%s) UNIT Data: %s, Bridged to OBP System: %s TS: %s, DST_ID: %s', self._system, _bridge, _target['SYSTEM'], _target['TS'], int_id(_target['TGID'])) if CONFIG['REPORTS']['REPORT']: systems[_target['SYSTEM']]._report.send_bridgeEvent('UNIT DATA,START,TX,{},{},{},{},{},{}'.format(_target['SYSTEM'], int_id(_stream_id), int_id(_peer_id), int_id(_rf_src), _target['TS'], int_id(_target['TGID'])).encode(encoding='utf-8', errors='ignore'))