From f7eaf8e0181e0a8eaa9c6219281587bf42ebba33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Mon, 18 Oct 2021 10:13:43 +0200 Subject: [PATCH] Update --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4a1ba81..643fa38 100644 --- a/app.py +++ b/app.py @@ -57,7 +57,7 @@ def searchCity(): # put application's code here return 'GET/POST search variable not passed' else: log('Env variable METEOCONCEPT_TOKEN passed') - return getApiCity(search) + return json.dumps(getApiCity(search), indent=INDENT, sort_keys=True) # Informations sur la Ville