Skip to content

Commit

Permalink
Merge pull request #414 from Schrolli91/hotfix_poc-decoder
Browse files Browse the repository at this point in the history
HOTFIX pocsag decoder
  • Loading branch information
Bastian Schroll authored Oct 14, 2019
2 parents 7904fc3 + a994381 commit 18bde9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/decoders/poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def decode(freq, decoded):
@return: nothing
@exception: Exception if POCSAG decode failed
"""
has_geo = False

try:
bitrate = 0

Expand Down

0 comments on commit 18bde9d

Please sign in to comment.