diff options
-rw-r--r-- | module/web/bottle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/bottle.py b/module/web/bottle.py index 8d4570bb7..66ceb527f 100644 --- a/module/web/bottle.py +++ b/module/web/bottle.py @@ -551,7 +551,7 @@ def run(app=None, server=WSGIRefServer, host='127.0.0.1', port=8080, **kargs): print 'Listening on http://%s:%d/' % (server.host, server.port) print 'Use Ctrl-C to quit.' print -pri + try: server.run(app) except KeyboardInterrupt: |