mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-22 07:54:53 -05:00
Update monitor.py
Fixed problem with OPB Filter
This commit is contained in:
parent
18be7df6bd
commit
415e677212
@ -94,7 +94,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