diff --git a/objects/glob.py b/objects/glob.py index 5714755..17fc34d 100644 --- a/objects/glob.py +++ b/objects/glob.py @@ -16,4 +16,3 @@ memes = True restarting = False pool = None requestTime = False -iol = None diff --git a/pep.py b/pep.py index 0f8c19e..caf1992 100644 --- a/pep.py +++ b/pep.py @@ -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()