Skip to content

Commit

Permalink
Testing server
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin C Bart committed Oct 3, 2012
1 parent e3b061b commit 1790110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def show_entries():

if __name__ == '__main__':
init_db()
app.run(host='mickey.vt.cs.edu:8000')
app.run(host='mickey.cs.vt.edu', port=8000)

0 comments on commit 1790110

Please sign in to comment.