From e54a89e12cc7bdab71bf614eda59309d7d1bfd6d Mon Sep 17 00:00:00 2001 From: Midgard Date: Mon, 24 Feb 2020 21:04:57 +0100 Subject: [PATCH] Change `telephone` to `phone` --- app/hlds/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hlds/parser.py b/app/hlds/parser.py index a5e3e24..a6e452d 100644 --- a/app/hlds/parser.py +++ b/app/hlds/parser.py @@ -47,7 +47,7 @@ class HldsSemanticActions: dishes=dishes, osm=attributes.get("osm"), address=attributes.get("address"), - telephone=attributes.get("telephone"), + telephone=attributes.get("phone"), website=attributes.get("website"), )