From d131c4666c119a43ccda9001bdc4155e1e9f4095 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 26 Feb 2020 21:38:52 +0100 Subject: [PATCH] Update monitor.py Deleting text colors in OPB does not work correctly --- monitor.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/monitor.py b/monitor.py index ea061d0..51db20e 100644 --- a/monitor.py +++ b/monitor.py @@ -470,10 +470,6 @@ def rts_update(p): if system in CTABLE['OPENBRIDGES']: CTABLE['OPENBRIDGES'][system]['TRX'] = trx - if trx == 'RX': - CTABLE['OPENBRIDGES'][system]['COLOR'] = GREEN2 - else: - CTABLE['OPENBRIDGES'][system]['COLOR'] = RED if action == 'START': CTABLE['OPENBRIDGES'][system]['STREAMS'][streamId] = (trx, alias_call(sourceSub, subscriber_ids),'TG{}'.format(destination)) if action == 'END':