From 5971fb03273a013fb8b04747ca794a6129a6fa0f Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 1 Jul 2020 07:24:52 +0200 Subject: [PATCH] Update monitor.py --- monitor.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 18a0e31..f59c059 100644 --- a/monitor.py +++ b/monitor.py @@ -81,7 +81,7 @@ OPCODE = { # Global Variables: CONFIG = {} -CTABLE = {'MASTERS': {}, 'PEERS': {}, 'OPENBRIDGES': {}} +CTABLE = {'MASTERS': {}, 'PEERS': {}, 'OPENBRIDGES': {}, 'SETUP': {}} BRIDGES = {} BTABLE = {} BTABLE['BRIDGES'] = {} @@ -98,6 +98,9 @@ WHITE = 'ffffff' WHITE2 = 'f9f9f9f9' YELLOW = 'fffccd' +# Define setup setings +CTABLE['SETUP']['LASTHEARD'] = LASTHEARD_INC + # OPB Filter for lastheard def get_opbf(): if len(OPB_FILTER) !=0: