From e2c810d3f397395c959736682543826ac2fee172 Mon Sep 17 00:00:00 2001
From: Simon <simon@gb7fr.org.uk>
Date: Thu, 22 Jul 2021 00:52:35 +0100
Subject: [PATCH] Andy

---
 bridge_master.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bridge_master.py b/bridge_master.py
index a1929b3..6ef69fa 100755
--- a/bridge_master.py
+++ b/bridge_master.py
@@ -1399,7 +1399,7 @@ class routerOBP(OPENBRIDGE):
                 for system in systems:                            
                    # if system  == self._system:
                    #     continue
-                    if system != self._system CONFIG['SYSTEMS'][system]['MODE'] != 'OPENBRIDGE':
+                    if system != self._system and CONFIG['SYSTEMS'][system]['MODE'] != 'OPENBRIDGE':
                         for _sysslot in systems[system].STATUS:
                             if 'RX_STREAM_ID' in systems[system].STATUS[_sysslot] and _stream_id == systems[system].STATUS[_sysslot]['RX_STREAM_ID']:
                                 if 'LOOPLOG' not in self.STATUS[_stream_id] or not self.STATUS[_stream_id]['LOOPLOG']: