From c538c224b233a524cdc49d83ef8b8510a9e2cd3e Mon Sep 17 00:00:00 2001 From: Olav_2 Date: Mon, 18 Oct 2021 21:08:22 +0200 Subject: [PATCH] correction pb indentation dans nettoyage json --- osm_vc63/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_vc63/utils.py b/osm_vc63/utils.py index e767aef..6903603 100644 --- a/osm_vc63/utils.py +++ b/osm_vc63/utils.py @@ -101,7 +101,7 @@ class Utils: index_line = index_line + 1 - return export_json + return export_json def run_overpass_query(self, critere, aire_de_recherche): """Envoie la requête Overpass et retourne la réponse JSON."""