Skip to content

Commit

Permalink
🐛 Update Python version in example welcome message for Python 3.8 (#186)
Browse files Browse the repository at this point in the history
Update Python version to 3.8 for the welcome message in `example-flask-python3.8/app/main.py`
  • Loading branch information
ericboucher authored Aug 16, 2020
1 parent 3ab2429 commit 5f0f846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-flask-python3.8/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@app.route("/")
def hello():
return "Hello World from Flask in a uWSGI Nginx Docker container with \
Python 3.7 (from the example template)"
Python 3.8 (from the example template)"


if __name__ == "__main__":
Expand Down

0 comments on commit 5f0f846

Please sign in to comment.