Skip to content

Commit

Permalink
#20: flask_form.py, uncomment flask debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Aug 28, 2014
1 parent a2d7cc9 commit 6d2af51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/flask_form.py
Expand Up @@ -8,7 +8,7 @@

# debug options
app.debug = True
#app.config['TRAP_HTTP_EXCEPTIONS'] = True
app.config['TRAP_HTTP_EXCEPTIONS'] = True

# handles 'get', and 'post'
@app.route('/machine-learning/tests/python/flask_form.py', methods=['GET', 'POST'])
Expand Down

0 comments on commit 6d2af51

Please sign in to comment.