From e88fff0a3553496e49f82c76604daa265d39d32f Mon Sep 17 00:00:00 2001 From: Schrolli91 Date: Thu, 7 May 2015 22:04:39 +0200 Subject: [PATCH] Update boswatch.py --- boswatch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boswatch.py b/boswatch.py index 5f7d8b1..8f9de8d 100644 --- a/boswatch.py +++ b/boswatch.py @@ -339,7 +339,7 @@ try: if "Alpha:" in decoded: #check if there is a text message poc_text = decoded.split('Alpha: ')[1].strip().rstrip('').strip() else: - poc_text = "" + poc_text = "" if re.search("[0-9]{7}", poc_id): #if POC is valid if poc_id >= poc_filter_range_start: @@ -397,7 +397,7 @@ try: if "Alpha:" in decoded: #check if there is a text message poc_text = decoded.split('Alpha: ')[1].strip().rstrip('').strip() else: - poc_text = "" + poc_text = "" if re.search("[0-9]{7}", poc_id): #if POC is valid if poc_id >= poc_filter_range_start: