From 465f41ac77c2ea4fdb033234aeff84a91449fcd9 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 27 Feb 2020 10:39:20 +0100 Subject: [PATCH] Update monitor.py fixed problem with OPB Filter function --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 71964b7..6b01e6a 100644 --- a/monitor.py +++ b/monitor.py @@ -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