mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-24 00:38:53 -05:00
Update monitor.py
fixed problem with OPB Filter function
This commit is contained in:
parent
846ae5291d
commit
465f41ac77
@ -95,7 +95,7 @@ YELLOW = 'fffccd'
|
|||||||
# OPB Filter for lastheard
|
# OPB Filter for lastheard
|
||||||
def get_opbf():
|
def get_opbf():
|
||||||
if len(OPB_FILTER) !=0:
|
if len(OPB_FILTER) !=0:
|
||||||
mylist = OPBFILTER.replace(' ','').split(',')
|
mylist = OPB_FILTER.replace(' ','').split(',')
|
||||||
else:
|
else:
|
||||||
mylist = []
|
mylist = []
|
||||||
return mylist
|
return mylist
|
||||||
|
Loading…
Reference in New Issue
Block a user