Skip to content

Commit

Permalink
Remove duplicate app.run
Browse files Browse the repository at this point in the history
  • Loading branch information
karlud committed Feb 7, 2017
1 parent 9dd75f9 commit d43f0bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion vagrant/forum/forum.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ def post():

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8000)
app.run(debug=True)

2 changes: 0 additions & 2 deletions vagrant/forum/solution/forum.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ def post():

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8000)
app.run(debug=True)

0 comments on commit d43f0bf

Please sign in to comment.