From 2508b34ceb4743b35daf3a77054a0098102de947 Mon Sep 17 00:00:00 2001 From: mmaurostoffel <166130318+mmaurostoffel@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:49:03 +0100 Subject: [PATCH] bugfix: falscher name --- etl/src/api/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/src/api/main.py b/etl/src/api/main.py index 557dd44..fa2fdfe 100644 --- a/etl/src/api/main.py +++ b/etl/src/api/main.py @@ -37,7 +37,7 @@ def properties_geo(): return d.properties_geo().pl().to_dicts() @app.get("/property/{id}/neighbours") -def property_extractions(id: int): +def property_neighbours(id: int): capacities = etl_pn.property_neighbours(id) return capacities