Update monitor.py

Deleting text colors in OPB does not work correctly
This commit is contained in:
Waldek 2020-02-26 21:38:52 +01:00 committed by GitHub
parent 42dd445a71
commit d131c4666c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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':