Subpacket path to string.
This commit is contained in:
parent
9797f29bf2
commit
8f2425290c
|
@ -81,6 +81,7 @@ def main():
|
||||||
b = a['subpacket'] # make a copy
|
b = a['subpacket'] # make a copy
|
||||||
a['subpacket'] = str(a['subpacket']) # turn the original to a string
|
a['subpacket'] = str(a['subpacket']) # turn the original to a string
|
||||||
b['party'] = 3
|
b['party'] = 3
|
||||||
|
b['path'] = str(b['path'])
|
||||||
b['header_raw'] = a['raw'].split("}", 1)[0] # just the first part
|
b['header_raw'] = a['raw'].split("}", 1)[0] # just the first part
|
||||||
b['station_call'] = config['Settings']['station_call']
|
b['station_call'] = config['Settings']['station_call']
|
||||||
b['station_lat'] = config['Settings']['station_lat']
|
b['station_lat'] = config['Settings']['station_lat']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user