From 8de3a254ab61b281905b3481fd94e69a284fecd0 Mon Sep 17 00:00:00 2001 From: Varaprasadreddytanneru Date: Sun, 29 Jun 2025 09:25:19 +0530 Subject: [PATCH] Update launch.py updated --- projects/hello-world/hello-world-python/launch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hello-world/hello-world-python/launch.py b/projects/hello-world/hello-world-python/launch.py index 3a161a5e..1e9a2b63 100755 --- a/projects/hello-world/hello-world-python/launch.py +++ b/projects/hello-world/hello-world-python/launch.py @@ -2,6 +2,6 @@ helloworld = Flask(__name__) @helloworld.route("/") def run(): - return "{\"message\":\"Hello World Python v1\"}" + return "{\"message\":\"Hello World Python varaprasad\"}" if __name__ == "__main__": - helloworld.run(host="0.0.0.0", port=int("5000"), debug=True) \ No newline at end of file + helloworld.run(host="0.0.0.0", port=int("5000"), debug=True)