Subpacket path to string.

This commit is contained in:
W1CDN 2023-12-14 08:38:04 -06:00
parent 9797f29bf2
commit 8f2425290c

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