This commit is contained in:
Yûki VACHOT 2021-10-18 08:39:04 +02:00
parent 83892c465f
commit b45e5dd740

4
app.py
View file

@ -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__':
PORT = int(os.environ.get('PORT', 33507))
# On Linux or MAC 'export METEOCONCEPT_TOKEN=...' (check shell echo $METEOCONCEPT_TOKEN)