From 7a760f44b44669a59385a8d78395025ebac2c451 Mon Sep 17 00:00:00 2001 From: Vishnu Gantam Date: Wed, 6 May 2020 13:57:38 -0400 Subject: [PATCH] testing webhook --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4ede46e..b6786c4 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,7 @@ class MainPage(webapp2.RequestHandler): def get(self): self.response.headers['Content-Type'] = 'text/html' - self.response.write('Hello, World!') + self.response.write('Hello, World!') app = webapp2.WSGIApplication([