From f3d1a73a99f683a56efdd3fecb856245ec159416 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 28 Mar 2021 12:14:57 +0100 Subject: [PATCH] typo --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 892f28e..f342c49 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -161,7 +161,7 @@ def make_bridges(_rules): def make_single_bridge(_tgid,_sourcesystem,_slot,_tmout): _tgid_s = str(int_id(_tgid)) #Always a 1 min timeout for Echo - if _tgid_s = '9990': + if _tgid_s == '9990': _tmout = 1 BRIDGES[_tgid_s] = [] for _system in CONFIG['SYSTEMS']: