diff options
Diffstat (limited to 'paste/cgitb_catcher.py')
| -rw-r--r-- | paste/cgitb_catcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/cgitb_catcher.py b/paste/cgitb_catcher.py index 09d7b49..6278103 100644 --- a/paste/cgitb_catcher.py +++ b/paste/cgitb_catcher.py @@ -83,7 +83,7 @@ class CgitbMiddleware(object): hook(*exc_info) return dummy_file.getvalue() -def make_cgitb_middleware(self, app, global_conf, +def make_cgitb_middleware(app, global_conf, display=NoDefault, logdir=None, context=5, |
