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: