From 295f0c37ae470d451ff700a8698fe99c94abc65d Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Feb 2022 00:21:28 +0000 Subject: [PATCH] ldfkl --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index c33a468..465621c 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2344,7 +2344,7 @@ class routerHBP(HBSYSTEM): self.STATUS[_slot]['_stopTgAnnounce'] = True #Allstar mode switch - if CONFIG['ALLSTAR']['ENABLED'] and _int_dst_id == 8: + if CONFIG['ALLSTAR']['ENABLED'] and _int_dst_id == 8: logger.info('(%s) Reflector: voice called - TG 8 AllStar"', self._system) _say.append(words[_lang]['A']) _say.append(words[_lang]['silence'])