diff options
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index 6012abc1..ae7aa5ca 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -261,5 +261,4 @@ def make_server(application, port, address, ssl_options): def run(server): tornado.ioloop.IOLoop.instance().start() server.stop() - tornado.ioloop.IOLoop.instance().close() |