mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2026-06-16 12:48:36 -04:00
Update monitor.py
Fixed problem with OPB Filter
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user