From 97aded038d70010b32e54b22cafad582657ca58d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 3 Dec 2019 21:04:22 +0300 Subject: [PATCH 001/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index aadc832d..a886d6a9 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/") +@application.route("/hello") def hello(): return "Hello World!" From ea57e7772e5f8c12a6ca93f0a5a64212c024a02e Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 5 Dec 2019 14:31:29 +0300 Subject: [PATCH 002/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index a886d6a9..7f32d838 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/hello") +@application.route("/helloo") def hello(): return "Hello World!" From 7044e4b36049d0bb636f7313b2a85fcc7f6dcb8d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:32:05 +0300 Subject: [PATCH 003/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7f32d838..a886d6a9 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/helloo") +@application.route("/hello") def hello(): return "Hello World!" From 84a742874d2d845f212a96d36ba4da53bbcd0180 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:33:14 +0300 Subject: [PATCH 004/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index a886d6a9..7f32d838 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/hello") +@application.route("/helloo") def hello(): return "Hello World!" From 88b0cda9165ec12623f862980e7c972fdb70e386 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:35:15 +0300 Subject: [PATCH 005/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7f32d838..e30bde1c 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/helloo") +@application.route("/hello0o") def hello(): return "Hello World!" From 5d337af2ead525cf316e45914e855b45c20d259c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:42:17 +0300 Subject: [PATCH 006/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index e30bde1c..7f32d838 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/hello0o") +@application.route("/helloo") def hello(): return "Hello World!" From eb5d7c63f407da62bbe66b7cbc2cd9270a21d1a4 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:50:06 +0300 Subject: [PATCH 007/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7f32d838..dc21cbdc 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,7 +1,7 @@ from flask import Flask application = Flask(__name__) -@application.route("/helloo") +@application.route("/helloomaster") def hello(): return "Hello World!" From 5e5de0de3e3b1f1dfac835cdb562fb0750dab2dc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 00:32:02 +0300 Subject: [PATCH 008/137] Update wsgi.py --- wsgi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsgi.py b/wsgi.py index dc21cbdc..2bd88a57 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,9 +1,9 @@ from flask import Flask application = Flask(__name__) -@application.route("/helloomaster") +@application.route("/hello") def hello(): - return "Hello World!" + return "Green!" if __name__ == "__main__": application.run() From 8ad20eaa098ca18ce04cdece9656e9591badc090 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 00:35:41 +0300 Subject: [PATCH 009/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 2bd88a57..7c0a1efb 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Green!" + return "Greeeen!" if __name__ == "__main__": application.run() From e3894c95df7b000f93903c5adda2aa86dfcca10c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 00:39:27 +0300 Subject: [PATCH 010/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7c0a1efb..2bd88a57 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Greeeen!" + return "Green!" if __name__ == "__main__": application.run() From 87bcf82f75b135a1acda4c69daad4bfc15123fca Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 00:42:02 +0300 Subject: [PATCH 011/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 2bd88a57..7c0a1efb 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Green!" + return "Greeeen!" if __name__ == "__main__": application.run() From 1645734f4045389a48e18696189bcc75b19e0e53 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 00:46:24 +0300 Subject: [PATCH 012/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7c0a1efb..25ba12db 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Greeeen!" + return "Greeesen!" if __name__ == "__main__": application.run() From d68b8402adc1ba1009affe23a99629161fe16b1f Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 00:55:28 +0300 Subject: [PATCH 013/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 25ba12db..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Greeesen!" + return "Blue!" if __name__ == "__main__": application.run() From d129e4fb4dc44b77f9520a6d9230426ed872a5ad Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:01:01 +0300 Subject: [PATCH 014/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..d9cb0a2b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "Blueee!" if __name__ == "__main__": application.run() From f75910b71b496910ac2cf65ca14c0d5833742593 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:20:16 +0300 Subject: [PATCH 015/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index d9cb0a2b..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueee!" + return "Blue!" if __name__ == "__main__": application.run() From 2b160f5a4cdb9c58fc33a41d684dad9ac0601eb8 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:23:57 +0300 Subject: [PATCH 016/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..1c1a3382 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "Bluee!" if __name__ == "__main__": application.run() From 51568849877c1caf86ecd282542131577c54e4d1 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:28:20 +0300 Subject: [PATCH 017/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 1c1a3382..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Bluee!" + return "Blue!" if __name__ == "__main__": application.run() From e76e4112f29c1f241e65872df97901eb375eefdd Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:31:46 +0300 Subject: [PATCH 018/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..1c1a3382 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "Bluee!" if __name__ == "__main__": application.run() From 4b35e542ae08df2d9c7dcc2974c1a4fb89273067 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:42:39 +0300 Subject: [PATCH 019/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 1c1a3382..6160d285 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Bluee!" + return "Bluees!" if __name__ == "__main__": application.run() From 9fa3b6be2c58790886e2cfed8f84d34321154f27 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:05:37 +0300 Subject: [PATCH 020/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 6160d285..c2fc5b59 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Bluees!" + return "Blueess!" if __name__ == "__main__": application.run() From c03cf86111f96ed83f4ee9951cf517990a3872b0 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:09:05 +0300 Subject: [PATCH 021/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index c2fc5b59..5721b35e 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueess!" + return "Blueessd!" if __name__ == "__main__": application.run() From c6b3fca29eba769470daf8d4d275440ccfcd5b92 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:17:43 +0300 Subject: [PATCH 022/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 5721b35e..1af5185d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueessd!" + return "Blueessds!" if __name__ == "__main__": application.run() From 48745d5d90e43039f24cde5108d7c5fcfa3be39c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:21:44 +0300 Subject: [PATCH 023/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 1af5185d..5721b35e 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueessds!" + return "Blueessd!" if __name__ == "__main__": application.run() From 63e1b63cff710a99a01fbffb48cacbd6570b3a0e Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:23:27 +0300 Subject: [PATCH 024/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 5721b35e..c2fc5b59 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueessd!" + return "Blueess!" if __name__ == "__main__": application.run() From 6ce9a3f4fafbd1b2f680cc06d318feb13dc4b35c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:25:34 +0300 Subject: [PATCH 025/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index c2fc5b59..da7464d8 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueess!" + return "Blueesss!" if __name__ == "__main__": application.run() From d40c36eb2f63825e89b2f3f9daeed11522f7f5d2 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:16:27 +0300 Subject: [PATCH 026/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index da7464d8..0272d07b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueesss!" + return "Blueessss!" if __name__ == "__main__": application.run() From 2533cecfb9a9e60de2d2f62de840e8d1d54bab1e Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:25:04 +0300 Subject: [PATCH 027/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 0272d07b..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueessss!" + return "Blue!" if __name__ == "__main__": application.run() From f1b13fb2a591c80cd82650354c8a9bb8bab70507 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:28:00 +0300 Subject: [PATCH 028/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..1c1a3382 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "Bluee!" if __name__ == "__main__": application.run() From eb5b782673961f640bb4907c205ebb19ad8bc33c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:33:32 +0300 Subject: [PATCH 029/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 1c1a3382..d9cb0a2b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Bluee!" + return "Blueee!" if __name__ == "__main__": application.run() From 4b5981adb5eba4b987203cf395c9de8447c9a1b1 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:41:06 +0300 Subject: [PATCH 030/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index d9cb0a2b..4946a15b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueee!" + return "Blueeemuath!" if __name__ == "__main__": application.run() From dc381ec25b495732344255eddaaa53bca7a5ce51 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:46:18 +0300 Subject: [PATCH 031/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 4946a15b..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blueeemuath!" + return "Blue!" if __name__ == "__main__": application.run() From c078bc18a4b0136dcbd3e4fd7e1c54cccb14086c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:51:38 +0300 Subject: [PATCH 032/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..1c1a3382 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "Bluee!" if __name__ == "__main__": application.run() From 82a2a730737a48c1b3f1f357e0f0dd87661e48cc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 18:05:37 +0300 Subject: [PATCH 033/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 1c1a3382..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Bluee!" + return "Blue!" if __name__ == "__main__": application.run() From a8d5c9dd58f216e9f6d0cd7ab618ff5f86a67683 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 18:12:54 +0300 Subject: [PATCH 034/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..1c1a3382 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "Bluee!" if __name__ == "__main__": application.run() From 232b03e4d6e9dbeb4f13ff09ec1c6d9c7c874fc3 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Fri, 6 Dec 2019 18:50:30 +0300 Subject: [PATCH 035/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 1c1a3382..35849750 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Bluee!" + return "Blue!" if __name__ == "__main__": application.run() From 0bf26c49a74ec1c0f245708f5be16815e5eea41d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 10:42:58 +0300 Subject: [PATCH 036/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 35849750..64e41637 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Blue!" + return "BlueMuath!" if __name__ == "__main__": application.run() From ec3ab070c5c1284928fb90dbfbaaad330a5fb6dc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 10:44:17 +0300 Subject: [PATCH 037/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 64e41637..0367b630 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "BlueMuath!" + return "TEST!" if __name__ == "__main__": application.run() From 127289c575e3139d97b5ba94d1b0e395cc659650 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 10:50:05 +0300 Subject: [PATCH 038/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 0367b630..bcf5c694 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "TEST!" + return "TESTT!" if __name__ == "__main__": application.run() From d55d071f653697f6fa1c25b2c8724ad98d74498c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 10:52:30 +0300 Subject: [PATCH 039/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index bcf5c694..0367b630 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "TESTT!" + return "TEST!" if __name__ == "__main__": application.run() From 9b211f9e38bae2e87936a8c863e779e28086174d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 10:55:53 +0300 Subject: [PATCH 040/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 0367b630..f3d40080 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "TEST!" + return "Me!" if __name__ == "__main__": application.run() From c8867db160a6eb4b14100bec5cf9b85266f2f0d3 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 11:47:39 +0300 Subject: [PATCH 041/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index f3d40080..59b0fe62 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Me!" + return "MeMe!" if __name__ == "__main__": application.run() From cf8f5f0500513401d5127ff0d848bc7b2a0248b6 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 12:57:50 +0300 Subject: [PATCH 042/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 59b0fe62..51e415f1 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "MeMe!" + return "GREEN!" if __name__ == "__main__": application.run() From 2d6786a8c60215b8ff481b417097bd133e38a5df Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 14:50:06 +0300 Subject: [PATCH 043/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 51e415f1..caf0ae55 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREEN!" + return "GREENN!" if __name__ == "__main__": application.run() From fdfb91b4b4b104b1b4f4198ea2afeeb8cbf5af28 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 15:00:28 +0300 Subject: [PATCH 044/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index caf0ae55..63cf3547 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENN!" + return "GREENNs!" if __name__ == "__main__": application.run() From 9f41e5001a19fd213b8db54176331bdc178b9b57 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 16:24:23 +0300 Subject: [PATCH 045/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 63cf3547..528d6cf4 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENNs!" + return "GREENNss!" if __name__ == "__main__": application.run() From 2a73a325744978fa584a1bfcd3aadc70cccbb510 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 16:35:37 +0300 Subject: [PATCH 046/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 528d6cf4..51e415f1 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENNss!" + return "GREEN!" if __name__ == "__main__": application.run() From 0ce5e758a1be8720615710016033dad6952c6d1a Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 16:41:15 +0300 Subject: [PATCH 047/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 51e415f1..edfb725d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREEN!" + return "GREENs!" if __name__ == "__main__": application.run() From 942d65c6d921460147f34571d197a1ac881c785c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 16:49:48 +0300 Subject: [PATCH 048/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index edfb725d..9b13a2b3 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENs!" + return "GREENss!" if __name__ == "__main__": application.run() From ea6a08581535cfb9b45f182ec3dfe425af9ccae2 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 17:05:08 +0300 Subject: [PATCH 049/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 9b13a2b3..65fa5dea 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENss!" + return "GREENsss!" if __name__ == "__main__": application.run() From 2d4fbac490acb0ac73da27bb6087eacbb4af6e18 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 17:16:12 +0300 Subject: [PATCH 050/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 65fa5dea..edfb725d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENsss!" + return "GREENs!" if __name__ == "__main__": application.run() From 2b599bcab8e0b89b0cdb23cd5973df96208dcc0b Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 22:16:39 +0300 Subject: [PATCH 051/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index edfb725d..2e13487a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENs!" + return "GREENNN!" if __name__ == "__main__": application.run() From 95d7f31c975de47e5962e4e6f82746f207c53a03 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 22:34:45 +0300 Subject: [PATCH 052/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 2e13487a..5a368e8d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENNN!" + return "GREENNNN!" if __name__ == "__main__": application.run() From b3d2fb4addf8dad1ba13c8eb3ae5d84800c26419 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 22:43:41 +0300 Subject: [PATCH 053/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 5a368e8d..fd083142 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENNNN!" + return "GREENNNNNN!" if __name__ == "__main__": application.run() From de9cde8e3bd4186d1c49dffbee69ee3c318ae4b4 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 22:47:57 +0300 Subject: [PATCH 054/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index fd083142..0b7f201c 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENNNNNN!" + return "GREENNNNNNNN!" if __name__ == "__main__": application.run() From e403c3563e353e478debf3208b2194e8efe4ecbc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 23:11:28 +0300 Subject: [PATCH 055/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 0b7f201c..9b8651a5 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREENNNNNNNN!" + return "BLUE!" if __name__ == "__main__": application.run() From 7bbc799cb60aa66dfd0d97e76127ae21065e7791 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 23:55:09 +0300 Subject: [PATCH 056/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 9b8651a5..84465ef7 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "BLUE!" + return "SARAH!" if __name__ == "__main__": application.run() From 6ecab197abbf43987e28cea72d61b433fccd4e11 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 8 Dec 2019 23:58:28 +0300 Subject: [PATCH 057/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 84465ef7..66d6d5e6 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "SARAH!" + return "SARAH123!" if __name__ == "__main__": application.run() From 0d21082a5e2a41b03e7199af5cd2d5b155624175 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 9 Dec 2019 00:01:07 +0300 Subject: [PATCH 058/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 66d6d5e6..bf073d8b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "SARAH123!" + return "SARAH_FINAL!" if __name__ == "__main__": application.run() From 1f9a16ce84bfba87f01cafc0058a6a074e2ed3cb Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 9 Dec 2019 00:39:54 +0300 Subject: [PATCH 059/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index bf073d8b..51e415f1 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "SARAH_FINAL!" + return "GREEN!" if __name__ == "__main__": application.run() From 23a5c8c751e276c1cf96df6d554f5ced26db1cdf Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 9 Dec 2019 00:58:53 +0300 Subject: [PATCH 060/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 51e415f1..9b8651a5 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "GREEN!" + return "BLUE!" if __name__ == "__main__": application.run() From 02ed5f59b6e73201496ddd86709ff6d4ab507ad8 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 9 Dec 2019 09:08:38 +0300 Subject: [PATCH 061/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 9b8651a5..be7efa11 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "BLUE!" + return "BLUEE!" if __name__ == "__main__": application.run() From 5e157219147ebaf76d450085ce7bc9866b17c9d5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 15 Dec 2019 11:48:55 +0300 Subject: [PATCH 062/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index be7efa11..ba1d9918 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "BLUEE!" + return "Majed!" if __name__ == "__main__": application.run() From 44698511fc7988a5048ff999f594158c712d890d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 15 Dec 2019 12:01:59 +0300 Subject: [PATCH 063/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index ba1d9918..682fe324 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Majed!" + return "Muath!" if __name__ == "__main__": application.run() From 272b6c11900bfc9d530c069f41588acebf891797 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 15 Dec 2019 12:04:52 +0300 Subject: [PATCH 064/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 682fe324..8533f47a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Muath!" + return "MAJED!" if __name__ == "__main__": application.run() From 83bce7b66915fb57a46a1c1a257b44e4ebeb957d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 19 Jan 2020 01:56:37 +0300 Subject: [PATCH 065/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 8533f47a..d9fe30ce 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "MAJED!" + return "MM!" if __name__ == "__main__": application.run() From b251e86d30c55c07c7486f15f425c550676b4212 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 19 Jan 2020 01:58:11 +0300 Subject: [PATCH 066/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index d9fe30ce..165cedfc 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "MM!" + return "MMSS!" if __name__ == "__main__": application.run() From 76598059c78515d2c7a0140ee87877d973b44f67 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 20 Jan 2020 00:04:31 +0300 Subject: [PATCH 067/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 165cedfc..c5d72d70 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "MMSS!" + return "MMSSs!" if __name__ == "__main__": application.run() From cc880a8d6a63b7a4eccbf26cfe04e3f61f5e7528 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 20 Jan 2020 00:07:21 +0300 Subject: [PATCH 068/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index c5d72d70..6d8ea927 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "MMSSs!" + return "NEW!" if __name__ == "__main__": application.run() From a735a4fcb250c1baa27aa5733c230f6024465c0a Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 20 Jan 2020 00:10:00 +0300 Subject: [PATCH 069/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 6d8ea927..5429761b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "NEW!" + return "NEWW!" if __name__ == "__main__": application.run() From 0c481ea3a2c103699747daad853314b55c5aef61 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 20 Jan 2020 00:23:52 +0300 Subject: [PATCH 070/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 5429761b..ce7c6739 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "NEWW!" + return "Final!" if __name__ == "__main__": application.run() From 026ddbc0d323761241b7bf3e1d867e7a96d90dbb Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sat, 4 Apr 2020 22:57:08 +0300 Subject: [PATCH 071/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index ce7c6739..d31c5948 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Final!" + return "test for Aramco!" if __name__ == "__main__": application.run() From 71ddd4d857a8ac6caa23c9101e42c0e32241e93b Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sat, 4 Apr 2020 23:13:54 +0300 Subject: [PATCH 072/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index d31c5948..83f25ef8 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "test for Aramco!" + return "test for Aramco2!" if __name__ == "__main__": application.run() From 36d64c83d68bec1b0600180a01f2a64b4d786ff1 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 00:48:07 +0300 Subject: [PATCH 073/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 83f25ef8..8fed7341 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "test for Aramco2!" + return "Hello world!" if __name__ == "__main__": application.run() From f1b6047edc1fd6c330d03df21ce941f260e7958d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 02:05:11 +0300 Subject: [PATCH 074/137] JKEB-7 changed to Aramco --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 8fed7341..f4884533 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello world!" + return "Hello Aramco!" if __name__ == "__main__": application.run() From 1a9ee7746074503983dc8297ba0045c02f1c9068 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 03:48:25 +0300 Subject: [PATCH 075/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index f4884533..a2bf176c 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco!" + return "Hello Aramco_NEW!" if __name__ == "__main__": application.run() From 11d053793dbed79fb2794d7842150d9f948cc2e7 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 04:37:29 +0300 Subject: [PATCH 076/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index a2bf176c..bbc18d76 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEW!" + return "Hello Aramco_NEWss!" if __name__ == "__main__": application.run() From cfebee8a91b68e484cc0bcecda987e030be36495 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 04:38:16 +0300 Subject: [PATCH 077/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index bbc18d76..8efb4b41 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEWss!" + return "Hello Aramco_NEWsss!" if __name__ == "__main__": application.run() From 82bdc2c55ff04b5db50fd4b6a62860958a0fec9c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 04:48:42 +0300 Subject: [PATCH 078/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 8efb4b41..6f075f4b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEWsss!" + return "Hello Aramco_NEW2!" if __name__ == "__main__": application.run() From 899fe8b9ffdc4bdb80f648e6d2c5f0c77c58551c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 05:51:04 +0300 Subject: [PATCH 079/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 6f075f4b..871f77a5 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEW2!" + return "Hello Aramco_NEW3!" if __name__ == "__main__": application.run() From f6d5aca34265a79cb182d3a41ae6ebcc6718a8b4 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 10:07:22 +0300 Subject: [PATCH 080/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 871f77a5..988fd28e 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEW3!" + return "Hello Aramco_NEW33!" if __name__ == "__main__": application.run() From 7f3c30858dbf01956f546d9b8ac8a7dccc546759 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 11:01:05 +0300 Subject: [PATCH 081/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 988fd28e..e00f9291 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEW33!" + return "Hello Aramco_NEW333!" if __name__ == "__main__": application.run() From a2b228b34605fe378c2f91cc67028e628b206886 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 14:55:37 +0300 Subject: [PATCH 082/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index e00f9291..10ad23b0 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEW333!" + return "Hello Aramco_NEW333=!" if __name__ == "__main__": application.run() From 2f67015cccc6d9d7b1fdfe919fcbc39abaeb1ce5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Sun, 5 Apr 2020 21:59:26 +0300 Subject: [PATCH 083/137] JKEB-4 update Client Name --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 10ad23b0..8e80104d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_NEW333=!" + return "Hello Aramco_V1!" if __name__ == "__main__": application.run() From 57e684bb0834e9f65112ff7198e166dceabb1813 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 09:49:01 +0300 Subject: [PATCH 084/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 8e80104d..cc397197 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_V1!" + return "Hello Aramco_V1.1!" if __name__ == "__main__": application.run() From d3a73e74178a23020276b68bf5a77976afdcd5a5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 13:16:20 +0300 Subject: [PATCH 085/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index cc397197..165cedfc 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco_V1.1!" + return "MMSS!" if __name__ == "__main__": application.run() From d7b458922eec3bab7d165fd2e9004728725db1bc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 13:27:10 +0300 Subject: [PATCH 086/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 165cedfc..4e1f3d6a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "MMSS!" + return "ss!" if __name__ == "__main__": application.run() From 8a8a9b94b3aaf6943cd9fc918c286452ef52f00b Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 13:30:02 +0300 Subject: [PATCH 087/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 4e1f3d6a..c792d4e7 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "ss!" + return "ssd!" if __name__ == "__main__": application.run() From d83a7beb0360b77ab42773c18dd96a1db0625bec Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 13:39:54 +0300 Subject: [PATCH 088/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index c792d4e7..8359dd14 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "ssd!" + return "ssdd!" if __name__ == "__main__": application.run() From 05cdc8f29e41cc5bd3f572fb8cd9cb0706a37d3a Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 13:44:14 +0300 Subject: [PATCH 089/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 8359dd14..64c1b7bf 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "ssdd!" + return "Hello V2!" if __name__ == "__main__": application.run() From 990eb49c5cee18d2be1bafb1f3f9bbdbcd9a0408 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 16:04:47 +0300 Subject: [PATCH 090/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 64c1b7bf..87152489 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello V2!" + return "Hello V3!" if __name__ == "__main__": application.run() From f854a7348b0a23da77c4f51c58e3b9ea20d872d5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 16:08:22 +0300 Subject: [PATCH 091/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 87152489..b8663022 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello V3!" + return "Hello V3s!" if __name__ == "__main__": application.run() From b8a8557ec16f923fbd59afb137c0711b8ae8539d Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 16:27:51 +0300 Subject: [PATCH 092/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index b8663022..2296cf6a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello V3s!" + return "Hello Vd3s!" if __name__ == "__main__": application.run() From 4bfa8af6ff3607fcfaa1c77b85a126cc97a458bd Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:02:01 +0300 Subject: [PATCH 093/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 2296cf6a..7a396f80 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Vd3s!" + return "Hello Vds3s!" if __name__ == "__main__": application.run() From 3f501acfa8e7130ff385d2015e847a53b71b7d5a Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:11:54 +0300 Subject: [PATCH 094/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7a396f80..509082e5 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Vds3s!" + return "Hello Vdsss3s!" if __name__ == "__main__": application.run() From 1e22ce3cd27113b2f62246819764dfa462a9765f Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:15:58 +0300 Subject: [PATCH 095/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 509082e5..139adc2a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Vdsss3s!" + return "Hello Vdsssss3s!" if __name__ == "__main__": application.run() From 1b1b0075fc141a3b4a38c0ede837f9e346670172 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:29:08 +0300 Subject: [PATCH 096/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 139adc2a..7a0886cf 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Vdsssss3s!" + return "Hello Vdsssdss3s!" if __name__ == "__main__": application.run() From 94854e083d87715e80339aae10244d68c8a854dc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:33:40 +0300 Subject: [PATCH 097/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7a0886cf..c7a6cac3 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Vdsssdss3s!" + return "Hello ddddd!" if __name__ == "__main__": application.run() From 017f01094f27a7f2a945cd098c4f4775116b79c4 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:41:27 +0300 Subject: [PATCH 098/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index c7a6cac3..dc08465b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello ddddd!" + return "Hello ddddds!" if __name__ == "__main__": application.run() From 58c4b37e4f4957d10ba459ed01eba757d0f6c1c5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:46:14 +0300 Subject: [PATCH 099/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index dc08465b..6e77cd6f 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello ddddds!" + return "Hello dddddsd!" if __name__ == "__main__": application.run() From bbfe39f76f12708944e01e433994ce563f9cf1cc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:48:21 +0300 Subject: [PATCH 100/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 6e77cd6f..e87c29a9 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsd!" + return "Hello dddddsdd!" if __name__ == "__main__": application.run() From c0e7ff9a05b9d7bd65198970abd0a1f688cb1ed8 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:55:37 +0300 Subject: [PATCH 101/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index e87c29a9..db57a960 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsdd!" + return "Hello dddddsddd!" if __name__ == "__main__": application.run() From 340cc0fe29c4ae63f74a7111331cfca5d47808f0 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:59:45 +0300 Subject: [PATCH 102/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index db57a960..782ab08c 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsddd!" + return "Hello dddddsdddd!" if __name__ == "__main__": application.run() From ffbf70e005e3478478e864174be577750499a164 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 18:06:45 +0300 Subject: [PATCH 103/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 782ab08c..4038cfa3 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsdddd!" + return "Hello dddddsddddd!" if __name__ == "__main__": application.run() From 63fbe05d0a1a446286f25179f691b0a3d64a31d9 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 18:09:22 +0300 Subject: [PATCH 104/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 4038cfa3..7f71fcfd 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsddddd!" + return "Hello dddddsddddds!" if __name__ == "__main__": application.run() From 6c0c44878a8b095d8b8a917cd7a7917a53938920 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 18:18:17 +0300 Subject: [PATCH 105/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 7f71fcfd..6745ae32 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsddddds!" + return "Hello dddddsdddddsd!" if __name__ == "__main__": application.run() From fcc700ada42b2e6ff4cdc292ea88539eed42f2f5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 18:21:57 +0300 Subject: [PATCH 106/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 6745ae32..324c0961 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsdddddsd!" + return "Hello dddddsdddddsddd!" if __name__ == "__main__": application.run() From f399e7f71805f755896766289fd26b1590d990bd Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 23:37:46 +0300 Subject: [PATCH 107/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 324c0961..f4884533 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello dddddsdddddsddd!" + return "Hello Aramco!" if __name__ == "__main__": application.run() From 3618f177e9d14893f48f72f02af6214e29963232 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 6 Apr 2020 23:39:37 +0300 Subject: [PATCH 108/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index f4884533..be21f898 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Aramco!" + return "Hello AramcoV2!" if __name__ == "__main__": application.run() From f5ebe60e377735ab652064847d49e77c8eb2a2fd Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 01:52:50 +0300 Subject: [PATCH 109/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index be21f898..b579d787 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramcoV2!" + return "Hello AramscoV2!" if __name__ == "__main__": application.run() From 91f8fe7cbef78379db0d4c994500ff67c1d7dc14 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 01:54:43 +0300 Subject: [PATCH 110/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index b579d787..63662e6d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramscoV2!" + return "Hello AramsscoV2!" if __name__ == "__main__": application.run() From d7d83eddee9a202fb242fa1c05c21cfb5882939a Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 02:44:43 +0300 Subject: [PATCH 111/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 63662e6d..fac2b92a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramsscoV2!" + return "Hello AramssdcoV2!" if __name__ == "__main__": application.run() From 2d9551e1c56d45d0d6a606f839ad6488f90d28a3 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 03:29:25 +0300 Subject: [PATCH 112/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index fac2b92a..da45175e 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssdcoV2!" + return "Hello AramssddcoV2!" if __name__ == "__main__": application.run() From ced5b8c9069c5d04cc4a8ed509180c324919bf1a Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 06:09:24 +0300 Subject: [PATCH 113/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index da45175e..52df66bd 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssddcoV2!" + return "Hello AramssddscoV2!" if __name__ == "__main__": application.run() From dd31aaf65a40da829a4b7d1a5403c10e8aca170c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:12:54 +0300 Subject: [PATCH 114/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 52df66bd..9983a16a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssddscoV2!" + return "Hello AramssddsdcoV2!" if __name__ == "__main__": application.run() From e0870c0d8f42e746efc3a583ec23703ed4b727ba Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:14:59 +0300 Subject: [PATCH 115/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 9983a16a..d4bc9487 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssddsdcoV2!" + return "Hello AramssddsdscoV2!" if __name__ == "__main__": application.run() From c5def5249d0172d28463eb6f5fd4dc8966f3cf79 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:31:15 +0300 Subject: [PATCH 116/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index d4bc9487..9eeb943a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssddsdscoV2!" + return "Hello AramssddsdssdcoV2!" if __name__ == "__main__": application.run() From 5833b2f0ac0cda89d8a1c58b2ee0ab172fa73236 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 15:38:28 +0300 Subject: [PATCH 117/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 9eeb943a..62150e70 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssddsdssdcoV2!" + return "Hello AramssddsdssddcoV2!" if __name__ == "__main__": application.run() From 5e33d1fc6d15fde6a011a52d6bbb125fce20dd24 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 18:55:11 +0300 Subject: [PATCH 118/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 62150e70..7658fd2f 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello AramssddsdssddcoV2!" + return "Hello Ara!" if __name__ == "__main__": application.run() From 27dffdb5814df7782d01dba904f185e676f028c2 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 20:26:24 +0300 Subject: [PATCH 119/137] Update wsgi.py --- wsgi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wsgi.py b/wsgi.py index 7658fd2f..1b506ad0 100644 --- a/wsgi.py +++ b/wsgi.py @@ -7,3 +7,6 @@ def hello(): if __name__ == "__main__": application.run() +from PIL import Image +myImage = Image.open("https://m.aawsat.com/sites/default/files/styles/article_img_top/public/2019/10/21/aramco.jpg?itok=2KgYvTDl"); +myImage.show(); From cd5ce0eeb7f2a8a6fce65bb979a6ef9301f53bc5 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 20:30:37 +0300 Subject: [PATCH 120/137] Update wsgi.py --- wsgi.py | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/wsgi.py b/wsgi.py index 1b506ad0..10a54899 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,12 +1,32 @@ +import os + from flask import Flask -application = Flask(__name__) -@application.route("/hello") -def hello(): - return "Hello Ara!" -if __name__ == "__main__": - application.run() -from PIL import Image -myImage = Image.open("https://m.aawsat.com/sites/default/files/styles/article_img_top/public/2019/10/21/aramco.jpg?itok=2KgYvTDl"); -myImage.show(); +def create_app(test_config=None): + # create and configure the app + app = Flask(__name__, instance_relative_config=True) + app.config.from_mapping( + SECRET_KEY='dev', + DATABASE=os.path.join(app.instance_path, 'flaskr.sqlite'), + ) + + if test_config is None: + # load the instance config, if it exists, when not testing + app.config.from_pyfile('config.py', silent=True) + else: + # load the test config if passed in + app.config.from_mapping(test_config) + + # ensure the instance folder exists + try: + os.makedirs(app.instance_path) + except OSError: + pass + + # a simple page that says hello + @app.route('/hello') + def hello(): + return 'Hello, World!' + + return app From 7b4b92150298c57c79f3315e7882a9ac78bcf282 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 20:32:53 +0300 Subject: [PATCH 121/137] Update wsgi.py --- wsgi.py | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/wsgi.py b/wsgi.py index 10a54899..11310b10 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,32 +1,9 @@ -import os - from flask import Flask +application = Flask(__name__) +@application.route("/hello") +def hello(): + return "Hello A!" -def create_app(test_config=None): - # create and configure the app - app = Flask(__name__, instance_relative_config=True) - app.config.from_mapping( - SECRET_KEY='dev', - DATABASE=os.path.join(app.instance_path, 'flaskr.sqlite'), - ) - - if test_config is None: - # load the instance config, if it exists, when not testing - app.config.from_pyfile('config.py', silent=True) - else: - # load the test config if passed in - app.config.from_mapping(test_config) - - # ensure the instance folder exists - try: - os.makedirs(app.instance_path) - except OSError: - pass - - # a simple page that says hello - @app.route('/hello') - def hello(): - return 'Hello, World!' - - return app +if __name__ == "__main__": + application.run() From 6f6e565d4e1f04adf2bab87d1636c145b3b86495 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 22:25:23 +0300 Subject: [PATCH 122/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 11310b10..f04affb5 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello A!" + return "Hello Tested!" if __name__ == "__main__": application.run() From 9d2a042f70394ac9e9c41d6c98616205e32a5444 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 23:00:20 +0300 Subject: [PATCH 123/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index f04affb5..dd573175 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Tested!" + return "Hello TestedV1!" if __name__ == "__main__": application.run() From 2724c8b300bbd8c44e124a9cdb9ce2f3990bfa01 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Tue, 7 Apr 2020 23:10:45 +0300 Subject: [PATCH 124/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index dd573175..66c13d9a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello TestedV1!" + return "Hello TestedV1d!" if __name__ == "__main__": application.run() From ee0bcb043f94756f512c5c94f6a4bd6b53dac099 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 01:17:45 +0300 Subject: [PATCH 125/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 66c13d9a..857ba0cd 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello TestedV1d!" + return "Hello WAW!" if __name__ == "__main__": application.run() From 07ca943baceb5301099b8a2b51c9a885c332c421 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 02:09:37 +0300 Subject: [PATCH 126/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 857ba0cd..5bee21d4 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello WAW!" + return "Hello WAWd!" if __name__ == "__main__": application.run() From f3ccfccc9de93bdb23e53fc2636f43d1028ccd39 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 02:18:52 +0300 Subject: [PATCH 127/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 5bee21d4..b26893e6 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello WAWd!" + return "Hello WAWds!" if __name__ == "__main__": application.run() From 26c8ab3c240ee4144c93b59d0a5a4cb2254ae5a4 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 04:06:42 +0300 Subject: [PATCH 128/137] JKEB-11 test 2 bug JKEB-11 test 2 bug --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index b26893e6..3ebc5a3d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello WAWds!" + return "Hello Final!" if __name__ == "__main__": application.run() From 259d9caea98efe125a3429320536390b0b74d9fc Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 04:27:34 +0300 Subject: [PATCH 129/137] JKEB-11 test 2 bug JKEB-11 test 2 bug --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 3ebc5a3d..296517e0 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Final!" + return "Hello JKEB-11 test 2 bug!" if __name__ == "__main__": application.run() From 8b2732aaa4eb46b13d25a08c6ec14ee6ab0360aa Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 07:30:46 +0300 Subject: [PATCH 130/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 296517e0..a6a638b0 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello JKEB-11 test 2 bug!" + return "Hello JKEB-11 test 2 bugs!" if __name__ == "__main__": application.run() From e9bf1bbc18711c9cc2143afedf5b8296c2b35f0e Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 17:33:06 +0300 Subject: [PATCH 131/137] JKEB-11 JKEB-11 --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index a6a638b0..4b6f6687 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello JKEB-11 test 2 bugs!" + return "Hello JKEB-11 test 2 bugss!" if __name__ == "__main__": application.run() From 1fd1b47936623f74fbc6badbb0bdd344e2d021aa Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 17:34:15 +0300 Subject: [PATCH 132/137] Update wsgi.py Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 4b6f6687..bd74858f 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello JKEB-11 test 2 bugss!" + return "Hello JKEB-11 test 2 bugsss!" if __name__ == "__main__": application.run() From 91348816576c2b410f521461fbc16dcdcab2ec1c Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Wed, 8 Apr 2020 20:07:48 +0300 Subject: [PATCH 133/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index bd74858f..d7756b7f 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello JKEB-11 test 2 bugsss!" + return "Hello Test!" if __name__ == "__main__": application.run() From d90b2e0e53e1543849979b8355fd10e5fa3ee0d8 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 9 Apr 2020 09:28:54 +0300 Subject: [PATCH 134/137] JKEB-28 I love Khalid --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index d7756b7f..2520e3e7 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "Hello Test!" + return "I love Khalid!" if __name__ == "__main__": application.run() From 2976d146aeec4b814151eaa3e10b611be1138739 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 9 Apr 2020 09:37:22 +0300 Subject: [PATCH 135/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 2520e3e7..0624aeda 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "I love Khalid!" + return "I love Khalid V2!" if __name__ == "__main__": application.run() From dc237cbb629d77793f36a85c1f7805bd10a6dbac Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Thu, 9 Apr 2020 09:38:48 +0300 Subject: [PATCH 136/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 0624aeda..68331e8c 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "I love Khalid V2!" + return "I love Khalid v3!" if __name__ == "__main__": application.run() From 40bb0d7dffff3ac95fe9089059f0981c1ec5a335 Mon Sep 17 00:00:00 2001 From: muath22 <40863580+muath22@users.noreply.github.com> Date: Mon, 13 Apr 2020 19:21:14 +0300 Subject: [PATCH 137/137] Update wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 68331e8c..2520e3e7 100644 --- a/wsgi.py +++ b/wsgi.py @@ -3,7 +3,7 @@ @application.route("/hello") def hello(): - return "I love Khalid v3!" + return "I love Khalid!" if __name__ == "__main__": application.run()