From 415e677212251e4ad0e11a1ef6339ddd056f0a9b Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 27 Feb 2020 10:05:39 +0100 Subject: [PATCH] Update monitor.py Fixed problem with OPB Filter --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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