summaryrefslogtreecommitdiffstats
path: root/module/web
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-25 13:30:38 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-25 13:30:38 +0200
commit9a3aaaad1f569ca78bf4fcac8d107ed778f8639b (patch)
tree5a72aca46d448dc4c8306484d475a4e15b3b9aa6 /module/web
parentremoved prints (diff)
downloadpyload-9a3aaaad1f569ca78bf4fcac8d107ed778f8639b.tar.xz
dir chown
Diffstat (limited to 'module/web')
-rwxr-xr-xmodule/web/run_server.py1
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.