solve bug in if-clause

This commit is contained in:
JHCD 2015-07-01 21:57:27 +02:00
parent 25daa26c98
commit 241a31ec01

View file

@ -40,7 +40,7 @@ def decode(freq, decoded):
# POCSAG Decoder Section
# check POCSAG -> validate -> check double alarm -> log
elif "POCSAG512:" in decoded or "POCSAG1024:" in decoded or "POCSAG2400:" in decoded:
elif "POCSAG512:" in decoded or "POCSAG1200:" in decoded or "POCSAG2400:" in decoded:
logging.debug("recieved POCSAG")
from includes.decoders import poc
poc.decode(freq, decoded)