Update monitor.py

This commit is contained in:
Waldek 2020-02-27 09:57:18 +01:00 committed by GitHub
parent 82b7d495b9
commit 28f8d6e9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ BTABLE['BRIDGES'] = {}
BRIDGES_RX = ''
CONFIG_RX = ''
LOGBUF = deque(100*[''], 100)
RED = 'ff6347'
RED = 'ff6600'
BLACK = '000000'
GREEN = '90EE90'
GREEN2 = '008000'