Skip to content

Commit

Permalink
Removing debug config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mough authored Jul 21, 2018
1 parent 22564a7 commit 453750e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flask_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from flask import Flask, request, render_template
app = Flask(__name__)
app.config["DEBUG"] = True

@app.route('/', methods=['GET'])
def main():
Expand Down

0 comments on commit 453750e

Please sign in to comment.