This commit is contained in:
Yûki VACHOT 2021-10-18 10:13:43 +02:00
parent 2b14e193e7
commit f7eaf8e018

2
app.py
View file

@ -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