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: