aboutsummaryrefslogtreecommitdiffstats
path: root/mockshoutbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'mockshoutbox.py')
-rw-r--r--mockshoutbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mockshoutbox.py b/mockshoutbox.py
index 7ab1bbc..6e6326e 100644
--- a/mockshoutbox.py
+++ b/mockshoutbox.py
@@ -42,7 +42,7 @@ class MyHandler(SimpleHTTPRequestHandler):
# Begin the response
self.send_response(200)
- except KeyError:
+ except:
traceback.print_exc()
self.send_response(400)