From b2ccc24029ddb00fa3845ea8189cb43e80ee7dc1 Mon Sep 17 00:00:00 2001 From: abhari1 <48124076+abhari1@users.noreply.github.com> Date: Sat, 2 Mar 2019 13:11:28 +0330 Subject: [PATCH 1/2] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index aadc832d..b0919cca 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/") def hello(): - return "Hello World!" + return "fuck the clock" if __name__ == "__main__": application.run() From 59f055826b2880dae780151911d17aa8dce24a0c Mon Sep 17 00:00:00 2001 From: abhari1 <48124076+abhari1@users.noreply.github.com> Date: Sat, 2 Mar 2019 13:15:56 +0330 Subject: [PATCH 2/2] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index b0919cca..7d117fde 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/") def hello(): - return "fuck the clock" + return "Hi every one" if __name__ == "__main__": application.run()