Update monitor.py

Deleting text colors in OPB does not work correctly
This commit is contained in:
Waldek 2020-02-27 07:16:10 +01:00 committed by GitHub
parent b53a1ccd7d
commit c88f3c2f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,10 +463,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':