Update
This commit is contained in:
parent
83892c465f
commit
b45e5dd740
1 changed files with 3 additions and 1 deletions
4
app.py
4
app.py
|
|
@ -82,7 +82,9 @@ def ephemeride(): # put application's code here
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# TODO Informations sur la Ville
|
# TODO Information sur les alentours d'une ville
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
PORT = int(os.environ.get('PORT', 33507))
|
PORT = int(os.environ.get('PORT', 33507))
|
||||||
# On Linux or MAC 'export METEOCONCEPT_TOKEN=...' (check shell echo $METEOCONCEPT_TOKEN)
|
# On Linux or MAC 'export METEOCONCEPT_TOKEN=...' (check shell echo $METEOCONCEPT_TOKEN)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue