Skip to content

Commit

Permalink
Merge pull request #155 from chasinandrew/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
chasinandrew authored Oct 23, 2023
2 parents e5c1d96 + 73e08cc commit 43933e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/hello-python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@app.route("/")
def hello_world():
"""Sample Deployment Test."""
"""Test Deployment Test."""
name = os.environ.get("NAME", "World")
return f"Hello {name}!"

Expand Down

0 comments on commit 43933e5

Please sign in to comment.