From 28f8d6e9c265c1d80e3561b4719ff9e9ab951724 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 27 Feb 2020 09:57:18 +0100 Subject: [PATCH] Update monitor.py --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 2e93904..71964b7 100644 --- a/monitor.py +++ b/monitor.py @@ -82,7 +82,7 @@ BTABLE['BRIDGES'] = {} BRIDGES_RX = '' CONFIG_RX = '' LOGBUF = deque(100*[''], 100) -RED = 'ff6347' +RED = 'ff6600' BLACK = '000000' GREEN = '90EE90' GREEN2 = '008000'