From fa26f98575bedeb657640c3991ab80c97539e951 Mon Sep 17 00:00:00 2001 From: through-your-tears Date: Sat, 6 Apr 2024 21:20:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=20=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/organizations/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/organizations/services.py b/src/organizations/services.py index abf7e77..58943ac 100644 --- a/src/organizations/services.py +++ b/src/organizations/services.py @@ -46,7 +46,7 @@ def parse_organizations_to_db(data): OrganizationRepository.create( location=LocationRepository.get_or_create( coords=Point(obj['latitude'], obj['longitude']), - address=obj['address'] + address=obj['street'] + obj['housenumber'] ), name=obj['name'], phone=obj['phone'],