Update for Datalore Partie 4

This commit is contained in:
Yûki VACHOT 2021-11-28 20:55:26 +01:00
parent ef26c987a2
commit 08b3ea531c
63 changed files with 12913 additions and 68 deletions

2
app.py
View file

@ -12,4 +12,4 @@ if __name__ == '__main__':
app.config['METEOCONCEPT_TOKEN'] = os.environ.get('METEOCONCEPT_TOKEN', METEOCONCEPT_TOKEN)
app.config['WEATHERSTACK_TOKEN'] = os.environ.get('WEATHERSTACK_TOKEN', WEATHERSTACK_TOKEN)
app.config['SECRET_KEY'] = 'secret_key'
app.run(host='0.0.0.0', port=PORT, debug=True)
app.run(host='0.0.0.0', port=PORT, debug=False)