mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-24 00:50:22 +01:00
HOTFIX pocsag decoder
HOTFIX pocsag decoder to solve #413 ; definition of var in both functions.
This commit is contained in:
parent
7904fc3275
commit
a994381de1
|
|
@ -99,6 +99,8 @@ def decode(freq, decoded):
|
|||
@return: nothing
|
||||
@exception: Exception if POCSAG decode failed
|
||||
"""
|
||||
has_geo = False
|
||||
|
||||
try:
|
||||
bitrate = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue