From a994381de1494c82b6339355309a810224fbbd71 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 13 Oct 2019 23:18:03 +0200 Subject: [PATCH] HOTFIX pocsag decoder HOTFIX pocsag decoder to solve #413 ; definition of var in both functions. --- includes/decoders/poc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/decoders/poc.py b/includes/decoders/poc.py index 6fd33e1..e5b9b6d 100644 --- a/includes/decoders/poc.py +++ b/includes/decoders/poc.py @@ -99,6 +99,8 @@ def decode(freq, decoded): @return: nothing @exception: Exception if POCSAG decode failed """ + has_geo = False + try: bitrate = 0