Skip to content

Commit

Permalink
Checking promotion / replace still works
Browse files Browse the repository at this point in the history
  • Loading branch information
elicity committed Jan 1, 2018
1 parent 84ae85b commit 30fc909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w4156/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@app.route('/')
def hello_world():
return 'Hello, World (lets see how long a change takes II)!'
return 'Hello, World (lets see how long a change takes III)!'

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

0 comments on commit 30fc909

Please sign in to comment.