.HIDE. So unix, FUCK YOU

This commit is contained in:
Nyo 2016-06-01 20:58:42 +02:00
parent a1875401d3
commit adb72b23b4
2 changed files with 1 additions and 3 deletions

View File

@ -16,4 +16,3 @@ memes = True
restarting = False
pool = None
requestTime = False
iol = None

3
pep.py
View File

@ -190,5 +190,4 @@ if __name__ == "__main__":
# Start tornado
app = tornado.httpserver.HTTPServer(make_app())
app.listen(serverPort)
iol = tornado.ioloop.IOLoop.instance()
iol.start()
tornado.ioloop.IOLoop.instance().start()