From 9797f29bf2c411596de8c74e79639cc98e755c4f Mon Sep 17 00:00:00 2001 From: W1CDN Date: Wed, 13 Dec 2023 22:10:00 -0600 Subject: [PATCH] Snapshot. --- kiss_and_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiss_and_db.py b/kiss_and_db.py index e2d1856..ba7ac9b 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['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'] b['station_lon'] = config['Settings']['station_lon']