mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-21 23:45:17 -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
|
||||
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