Assign first party and add frames.rng field.

This commit is contained in:
2023-12-14 08:55:15 -06:00
parent 8f2425290c
commit 31fb381063
3 changed files with 3 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ def main():
a['station_lat'] = config['Settings']['station_lat']
a['station_lon'] = config['Settings']['station_lon']
a['created_unix'] = int(time.time())
a['party'] = 1
# Make this a string and deal with it later (probably a mistake)
a['path'] = str(a['path'])
@@ -87,8 +88,6 @@ def main():
b['station_lat'] = config['Settings']['station_lat']
b['station_lon'] = config['Settings']['station_lon']
b['created_unix'] = int(time.time())
else:
a['party'] = 1
#logging.debug(a['path'])
# Store true/false as 1/0
if 'alive' in a: