From b45e5dd74050f45827d80c92fccb0be84358bc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Mon, 18 Oct 2021 08:39:04 +0200 Subject: [PATCH] Update --- app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 9af2ef2..84319a8 100644 --- a/app.py +++ b/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__': PORT = int(os.environ.get('PORT', 33507)) # On Linux or MAC 'export METEOCONCEPT_TOKEN=...' (check shell echo $METEOCONCEPT_TOKEN)