diff --git a/server.py b/server.py index 07a9707..1ae66ee 100644 --- a/server.py +++ b/server.py @@ -16,7 +16,7 @@ def main(): #app will listen on port 80 app.listen(80) #Starting the server - IOLoop.instance().start() + IOLoop.current().start() except KeyboardInterrupt: exit()