From 624addad4367dcb6469e4fbe5da9994882a80b34 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sat, 4 Jul 2015 00:53:29 +0200 Subject: [PATCH] Issue #44 --- includes/decoders/poc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/decoders/poc.py b/includes/decoders/poc.py index add42a1..f47a979 100644 --- a/includes/decoders/poc.py +++ b/includes/decoders/poc.py @@ -101,7 +101,7 @@ def decode(freq, decoded): else: poc_text = "" - if re.search("[0-9]{7}", poc_id) and re.search("[0-3]{1}", poc_sub): #if POC is valid + if re.search("[0-9]{7}", poc_id) and re.search("[1-4]{1}", poc_sub): #if POC is valid if isAllowed(poc_id): # check for double alarm if doubleFilter.checkID("POC", poc_id+poc_sub, poc_text):