diff --git a/monitor.py b/monitor.py index 51db20e..4eeb22c 100644 --- a/monitor.py +++ b/monitor.py @@ -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