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 bfa7b91446 - Show all commits

View File

@ -78,8 +78,8 @@ def main():
a['path'] = str(a['path'])
# Process 3rd-party data
if 'subpacket' in a:
a['subpacket'] = str(a['subpacket'])
b = a['subpacket']
b = a['subpacket'] # make a copy
a['subpacket'] = str(a['subpacket']) # turn the original to a string
b['party'] = 3
b['station_call'] = config['Settings']['station_call']
b['station_lat'] = config['Settings']['station_lat']