mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2025-02-03 09:44:14 -05:00
Update monitor.py
This commit is contained in:
parent
da3e736cab
commit
5971fb0327
@ -81,7 +81,7 @@ OPCODE = {
|
|||||||
|
|
||||||
# Global Variables:
|
# Global Variables:
|
||||||
CONFIG = {}
|
CONFIG = {}
|
||||||
CTABLE = {'MASTERS': {}, 'PEERS': {}, 'OPENBRIDGES': {}}
|
CTABLE = {'MASTERS': {}, 'PEERS': {}, 'OPENBRIDGES': {}, 'SETUP': {}}
|
||||||
BRIDGES = {}
|
BRIDGES = {}
|
||||||
BTABLE = {}
|
BTABLE = {}
|
||||||
BTABLE['BRIDGES'] = {}
|
BTABLE['BRIDGES'] = {}
|
||||||
@ -98,6 +98,9 @@ WHITE = 'ffffff'
|
|||||||
WHITE2 = 'f9f9f9f9'
|
WHITE2 = 'f9f9f9f9'
|
||||||
YELLOW = 'fffccd'
|
YELLOW = 'fffccd'
|
||||||
|
|
||||||
|
# Define setup setings
|
||||||
|
CTABLE['SETUP']['LASTHEARD'] = LASTHEARD_INC
|
||||||
|
|
||||||
# OPB Filter for lastheard
|
# OPB Filter for lastheard
|
||||||
def get_opbf():
|
def get_opbf():
|
||||||
if len(OPB_FILTER) !=0:
|
if len(OPB_FILTER) !=0:
|
||||||
|
Loading…
Reference in New Issue
Block a user