From e70c6cc65c3f4f519246a112c64deb5459736755 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 21 Nov 2014 23:40:01 +0100 Subject: [PATCH] Configurator restart quiet --- letsencrypt/client/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/configurator.py b/letsencrypt/client/configurator.py index b968956f4..7bce85ea5 100644 --- a/letsencrypt/client/configurator.py +++ b/letsencrypt/client/configurator.py @@ -76,7 +76,7 @@ class Configurator(object): """Make sure the configuration is valid.""" raise NotImplementedError() - def restart(self): + def restart(self, quiet=False): """Restart or refresh the server content.""" raise NotImplementedError()