Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
feat(hello): new output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Marin committed Oct 13, 2021
1 parent 5e5ac3b commit debc0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@app.route('/')
def hello():
"""Return a friendly HTTP greeting."""
return 'Hello World 140'
return 'Hello World 141'


@app.errorhandler(500)
Expand Down

0 comments on commit debc0b6

Please sign in to comment.