Update
This commit is contained in:
parent
2b14e193e7
commit
f7eaf8e018
1 changed files with 1 additions and 1 deletions
2
app.py
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue