From 470263edcd0519bef16cd7327521f2eee5ea3b8e Mon Sep 17 00:00:00 2001 From: san985tos <70566248+san985tos@users.noreply.github.com> Date: Tue, 1 Sep 2020 02:02:55 -0500 Subject: [PATCH] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index aadc832d..67809c45 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/") def hello(): - return "Hello World!" + return "Hello World part2" if __name__ == "__main__": application.run()