debug mode enabled
This commit is contained in:
parent
c6f72d83c9
commit
46035e996d
1 changed files with 2 additions and 1 deletions
|
|
@ -9,4 +9,5 @@ def index():
|
|||
return render_template("index.html")
|
||||
|
||||
|
||||
app.run(host="127.0.0.1", port=5000)
|
||||
app.run(host="127.0.0.1", port=5000)
|
||||
appFlask.run(debug=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue