mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-25 01:08:43 -05:00
Update web_tables.py
Update OpenBridge tables bgcolor
This commit is contained in:
parent
416a5a9643
commit
90531ea486
@ -431,6 +431,8 @@ def rts_update(p):
|
||||
CTABLE['OPENBRIDGES'][system]['BGCOLOR'] = YELLOW
|
||||
CTABLE['OPENBRIDGES'][system]['COLOR'] = BLACK
|
||||
if action == 'END':
|
||||
CTABLE['OPENBRIDGES'][system]['BGCOLOR'] = WHITE
|
||||
CTABLE['OPENBRIDGES'][system]['COLOR'] = BLACK
|
||||
if streamId in CTABLE['OPENBRIDGES'][system]['STREAMS']:
|
||||
del CTABLE['OPENBRIDGES'][system]['STREAMS'][streamId]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user