mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-21 23:45:17 -05:00
Update monitor.py
This commit is contained in:
parent
da3e736cab
commit
5971fb0327
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user