From 350a07086f653158fc9592de7df1b625bffc7ec8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 19 Nov 2015 22:35:28 -0800 Subject: [PATCH] Remove confirmation in text display --- letsencrypt/display/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/display/ops.py b/letsencrypt/display/ops.py index 224a701fb..dc5904cda 100644 --- a/letsencrypt/display/ops.py +++ b/letsencrypt/display/ops.py @@ -40,7 +40,7 @@ def choose_plugin(prepared, question): "The selected plugin encountered an error while parsing " "your server configuration and cannot be used. The error " "was:\n\n{0}".format(plugin_ep.prepare()), - height=display_util.HEIGHT) + height=display_util.HEIGHT, pause=False) else: return plugin_ep elif code == display_util.HELP: