diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-25 13:30:38 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-25 13:30:38 +0200 |
commit | 9a3aaaad1f569ca78bf4fcac8d107ed778f8639b (patch) | |
tree | 5a72aca46d448dc4c8306484d475a4e15b3b9aa6 /module/web | |
parent | removed prints (diff) | |
download | pyload-9a3aaaad1f569ca78bf4fcac8d107ed778f8639b.tar.xz |
dir chown
Diffstat (limited to 'module/web')
-rwxr-xr-x | module/web/run_server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/run_server.py b/module/web/run_server.py index 34fca46c8..2dc97353a 100755 --- a/module/web/run_server.py +++ b/module/web/run_server.py @@ -54,6 +54,7 @@ def handle(* args): try: handler = AdminMediaHandler(WSGIHandler(), admin_media_path) run(addr, int(port), handler) + #@TODO catch unimportant Broken Pipe Errors except WSGIServerException, e: # Use helpful error messages instead of ugly tracebacks. |