diff --git a/example-flask-python3.8/app/main.py b/example-flask-python3.8/app/main.py index f6e6e755..6d4ca0f2 100644 --- a/example-flask-python3.8/app/main.py +++ b/example-flask-python3.8/app/main.py @@ -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__":