From d79c8e053e28f70c57a3308b6cd774519ae60a61 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 23 Sep 2020 10:50:33 +0100 Subject: [PATCH] Skip over openbridges in ident code --- bridge_master.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bridge_master.py b/bridge_master.py index f2ce455..8b07e25 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -263,6 +263,8 @@ def stream_trimmer_loop(): def ident(): for system in systems: + if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE': + continue if CONFIG['SYSTEMS'][system]['VOICE_IDENT'] == True: #We only care about slot 2 - idents go out on slot 2 _slot = systems[system].STATUS[2]