From adb72b23b439d1243449dfd4f001a2fb843e273d Mon Sep 17 00:00:00 2001 From: Nyo Date: Wed, 1 Jun 2016 20:58:42 +0200 Subject: [PATCH] .HIDE. So unix, FUCK YOU --- objects/glob.py | 1 - pep.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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()