diff options
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py index 15d99023..399d1340 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -80,4 +80,3 @@ def run(application, port, ssl_options): http_server.listen(port) tornado.ioloop.IOLoop.instance().start() - |