Split out third-party traffic #43

Merged
W1CDN merged 6 commits from add-party into main 2024-01-15 10:04:35 -06:00
Showing only changes of commit 9797f29bf2 - Show all commits

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