Skip to content

Commit d43f0bf

Browse files
committed
Remove duplicate app.run
1 parent 9dd75f9 commit d43f0bf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

vagrant/forum/forum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ def post():
6161

6262
if __name__ == '__main__':
6363
app.run(host='0.0.0.0', port=8000)
64-
app.run(debug=True)
6564

vagrant/forum/solution/forum.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ def post():
6161

6262
if __name__ == '__main__':
6363
app.run(host='0.0.0.0', port=8000)
64-
app.run(debug=True)
65-

0 commit comments

Comments
 (0)