OSDN Git Service

hello world
authoryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 7 Sep 2018 08:49:04 +0000 (17:49 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 7 Sep 2018 08:49:04 +0000 (17:49 +0900)
bot.py

diff --git a/bot.py b/bot.py
index b7bcc99..9abfa01 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -56,7 +56,7 @@ class WebHookHandler(tornado.web.RequestHandler):
         return ans
             
     def post(self):
-        pass
+        self.write('hello world')
     '''
         header = json.load(self.request.headers)
         body = json.load(self.request.body)