From: W. Trevor King Date: Mon, 3 Sep 2012 20:17:14 +0000 (-0400) Subject: command:html: oops, use default arguments for 'notify' and 'auth'. X-Git-Tag: 1.1.0~83 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0091334db198918ee144df6f4fc7a3c456a5561d;p=be.git command:html: oops, use default arguments for 'notify' and 'auth'. --- 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,