diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 20:12:56 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 20:12:56 +0200 |
commit | e4dbfed961ec09ab060499ac8b50539dd61318e3 (patch) | |
tree | 0a0905a9414a145aac5f886fc134bf8e4e74b388 /module/web | |
parent | webinterface cache control, curl fix (diff) | |
download | pyload-e4dbfed961ec09ab060499ac8b50539dd61318e3.tar.xz |
identation fix
Diffstat (limited to 'module/web')
-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: |