mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-11 01:34:15 +01:00
fix bitrate in poc.py
This commit is contained in:
parent
14e415882d
commit
8008c5ff9f
|
|
@ -119,7 +119,7 @@ def decode(freq, decoded):
|
|||
poc_id = decoded[21:28].replace(" ", "").zfill(7)
|
||||
poc_sub = str(int(decoded[40])+1)
|
||||
|
||||
if bitrate is 0:
|
||||
if bitrate == 0:
|
||||
logging.warning("POCSAG Bitrate not found")
|
||||
logging.debug(" - (%s)", decoded)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue