Skip to content

Commit

Permalink
Set debug=True flag for Flask server (reactjs#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky authored and sophiebits committed Aug 30, 2016
1 parent ddc30f0 commit 7d0728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def comments_handler():


if __name__ == '__main__':
app.run(port=int(os.environ.get("PORT", 3000)))
app.run(port=int(os.environ.get("PORT", 3000)), debug=True)

0 comments on commit 7d0728e

Please sign in to comment.