From 8f2425290c9f6e1606354087ca0286d63c52b0fa Mon Sep 17 00:00:00 2001 From: W1CDN Date: Thu, 14 Dec 2023 08:38:04 -0600 Subject: [PATCH] Subpacket path to string. --- kiss_and_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiss_and_db.py b/kiss_and_db.py index ba7ac9b..395d6cb 100644 --- a/kiss_and_db.py +++ b/kiss_and_db.py @@ -81,6 +81,7 @@ def main(): b = a['subpacket'] # make a copy a['subpacket'] = str(a['subpacket']) # turn the original to a string b['party'] = 3 + b['path'] = str(b['path']) b['header_raw'] = a['raw'].split("}", 1)[0] # just the first part b['station_call'] = config['Settings']['station_call'] b['station_lat'] = config['Settings']['station_lat']