porcej / njord

A buoy to augment a GNSS data stream based on known Wifi AP locations.
MIT License
0 stars 0 forks source link

self.AOSClient.get_data(fields) returns an array; need to reference first item #7

Closed timbellomo closed 4 months ago

timbellomo commented 4 months ago

https://github.com/porcej/njord/blob/f2d9c38c44e0dea3862872eabe7636f790b2b3fe/njord.py#L263

unsure of best strategy, but self.AOSClient.get_data(fields)[0] works