Skip to content

Commit

Permalink
broke the app
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Aug 25, 2018
1 parent 5d1b525 commit 0b3efee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def wrap_html(message):

@app.route('/')
def hello_world():
message = 'Hello FOSSCON 2018!'
message = 'Hello FOSSCON 2018'
html = wrap_html(message)
return html

Expand Down

0 comments on commit 0b3efee

Please sign in to comment.