Snapshot.

This commit is contained in:
W1CDN 2023-12-13 22:10:00 -06:00
parent bfa7b91446
commit 9797f29bf2

View File

@ -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']