mirror of
https://amiok.net/gitea/W1CDN/aprs_tool.git
synced 2025-05-25 14:00:21 +00:00
Assign subpacket correctly.
This commit is contained in:
parent
c1f58966a6
commit
0592f45af8
@ -79,7 +79,7 @@ def main():
|
||||
# Process 3rd-party data
|
||||
if 'subpacket' in a:
|
||||
a['subpacket'] = str(a['subpacket'])
|
||||
b = aprslib.parse(str(a['subpacket']))
|
||||
b = a['subpacket']
|
||||
b['party'] = 3
|
||||
b['station_call'] = config['Settings']['station_call']
|
||||
b['station_lat'] = config['Settings']['station_lat']
|
||||
|
Loading…
x
Reference in New Issue
Block a user