mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-18 20:57:56 +00:00
Add frequency for @vk5qi
This commit is contained in:
parent
13394e6aca
commit
3556925293
@ -198,7 +198,7 @@ def get_telem(event, context):
|
||||
sonde["key"]: {
|
||||
data["key_as_string"]: dict(data["1"]["hits"]["hits"][0]["_source"],
|
||||
uploaders=[ #add additional uploader information
|
||||
{key:value for key,value in uploader['_source'].items() if key in ["snr","rssi","uploader_callsign"]}
|
||||
{key:value for key,value in uploader['_source'].items() if key in ["snr","rssi","uploader_callsign", "frequency"]}
|
||||
for uploader in data["1"]["hits"]["hits"]
|
||||
])
|
||||
for data in sonde["3"]["buckets"]
|
||||
|
Loading…
Reference in New Issue
Block a user