Update for Datalore Partie 4
This commit is contained in:
parent
ef26c987a2
commit
08b3ea531c
63 changed files with 12913 additions and 68 deletions
2
app.py
2
app.py
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue