aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-03 16:17:14 -0400
committerW. Trevor King <wking@tremily.us>2012-09-03 16:17:14 -0400
commit0091334db198918ee144df6f4fc7a3c456a5561d (patch)
tree74dd4f498a156b4c8891f93082ef57244a0490ca
parentf9f8cc7ec1b3cf214a70f3ea1a89af018b8b62e1 (diff)
downloadbugseverywhere-0091334db198918ee144df6f4fc7a3c456a5561d.tar.gz
command:html: oops, use default arguments for 'notify' and 'auth'.
-rw-r--r--libbe/command/html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/command/html.py b/libbe/command/html.py
index b7fcd74..5325183 100644
--- a/libbe/command/html.py
+++ b/libbe/command/html.py
@@ -830,8 +830,8 @@ class HTML (libbe.util.wsgi.ServerCommand):
return 0
# provide defaults for the dropped options
params['read-only'] = True
- params['notify'] = False
- params['auth'] = False
+ params['notify'] = None
+ params['auth'] = None
return super(HTML, self)._run(**params)
def _get_app(self, logger, storage, index_file='', generation_time=None,