mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-23 16:28:42 -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
|
||||
def get_opbf():
|
||||
if len(OPB_FILTER) !=0:
|
||||
mylist = OPBFILTER.replace(' ','').split(',')
|
||||
mylist = OPB_FILTER.replace(' ','').split(',')
|
||||
else:
|
||||
mylist = []
|
||||
return mylist
|
||||
|
Loading…
Reference in New Issue
Block a user