From 90531ea486dea3fcee2a0c7cd9effd9c75e0820a Mon Sep 17 00:00:00 2001 From: Waldek Date: Sun, 9 Jun 2019 11:23:26 +0200 Subject: [PATCH] Update web_tables.py Update OpenBridge tables bgcolor --- web_tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web_tables.py b/web_tables.py index 1f499ab..d0c11a9 100644 --- a/web_tables.py +++ b/web_tables.py @@ -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]