Skip to content

Commit

Permalink
Testing change deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Gordon committed May 19, 2021
1 parent 81d1bc4 commit 22a916c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name = os.environ['NAME']
if name == None or len(name) == 0:
name = "world"
MESSAGE = "Hello, " + name + "!"
MESSAGE = "Hello, Willie-G!"
print("Message: '" + MESSAGE + "'")

app = Flask(__name__)
Expand Down

0 comments on commit 22a916c

Please sign in to comment.