From 3cebd01c28d5e61dfb9a74499dee3502f997e865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 27 Dec 2023 21:32:00 +0100 Subject: [PATCH] add missing create_peers=True --- src/c3nav/routing/locator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/routing/locator.py b/src/c3nav/routing/locator.py index e20478c2..7ecf573f 100644 --- a/src/c3nav/routing/locator.py +++ b/src/c3nav/routing/locator.py @@ -87,7 +87,7 @@ class Locator: LocatorPoint( x=measurement.geometry.x, y=measurement.geometry.y, - values=self.convert_scans(measurement.data), + values=self.convert_scans(measurement.data, create_peers=True), ) for measurement in space.wifi_measurements.all() )