Skip to content

Commit

Permalink
disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Aug 15, 2018
1 parent 5237570 commit b3cd2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def acme(token):


if __name__ == "__main__":
app.run(debug=True)
app.run(debug=False)

0 comments on commit b3cd2eb

Please sign in to comment.