Skip to content

Commit

Permalink
Updating test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasham committed Jun 30, 2016
1 parent ccd43b8 commit 4d616fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

@app.route('/')
def hello_world():
return 'Hello World!'
return 'Hello World, you ready to learn?'


if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=8080)

0 comments on commit 4d616fa

Please sign in to comment.