diff options
Diffstat (limited to 'src/core/handlers.py')
-rw-r--r-- | src/core/handlers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/handlers.py b/src/core/handlers.py index 828c39d1..96f8215f 100644 --- a/src/core/handlers.py +++ b/src/core/handlers.py @@ -1237,7 +1237,6 @@ def validate_ssl(self, pem): 'Warning') def check_input(): self.current_tab().input = saved_input - self.paused = False if input.value: self.information('Setting new certificate: old: %s, new: %s' % (cert, sha2_found_cert), 'Info') log.debug('Setting certificate to %s', sha2_found_cert) |