modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 17:42:14 +01:00
parent 60a83a9e47
commit 3a1a910877
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class MainHandler(tornado.web.RequestHandler):
class LoginHandler(tornado.web.RequestHandler):
def get(self):
seld.write("lol")
self.write("Le pseudo est :")
application = tornado.web.Application([
(r"/", MainHandler),