Update
This commit is contained in:
parent
65e9c80647
commit
1fe1c08bbd
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -11,7 +11,7 @@ app = Flask(__name__)
|
||||||
|
|
||||||
@app.route('/config')
|
@app.route('/config')
|
||||||
def config(): # put application's code here
|
def config(): # put application's code here
|
||||||
return str(cf.INDENT)+str(cf.WEATHER)+str(cf.WINDDIRS)
|
return str(INDENT)+str(WEATHER)+str(WINDDIRS)
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def hello_world(): # put application's code here
|
def hello_world(): # put application's code here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue