.HIDE. So unix, FUCK YOU
This commit is contained in:
parent
a1875401d3
commit
adb72b23b4
|
@ -16,4 +16,3 @@ memes = True
|
||||||
restarting = False
|
restarting = False
|
||||||
pool = None
|
pool = None
|
||||||
requestTime = False
|
requestTime = False
|
||||||
iol = None
|
|
||||||
|
|
3
pep.py
3
pep.py
|
@ -190,5 +190,4 @@ if __name__ == "__main__":
|
||||||
# Start tornado
|
# Start tornado
|
||||||
app = tornado.httpserver.HTTPServer(make_app())
|
app = tornado.httpserver.HTTPServer(make_app())
|
||||||
app.listen(serverPort)
|
app.listen(serverPort)
|
||||||
iol = tornado.ioloop.IOLoop.instance()
|
tornado.ioloop.IOLoop.instance().start()
|
||||||
iol.start()
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user