mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2026-07-26 03:54:07 -04:00
Update monitor.py
Deleting text colors in OPB does not work correctly
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user