Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Apr 26, 2024
1 parent 280dc13 commit 8fddcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awesomeapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ def hello():
count = redis.incr('hits')
return 'Hello World 3.0! I have been seen {} times.\n'.format(count)

# Default port available on all interfaces
if __name__ == "__main__":
app.run(host="0.0.0.0", port=8000, debug=True)

0 comments on commit 8fddcff

Please sign in to comment.