From ab3c38270950435e0c25d2a6fb973e6bbfd04f77 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 31 May 2015 23:25:26 +0200 Subject: Cleanup: remove sone unused code and threading stuff --- src/core/handlers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/handlers.py') 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) -- cgit v1.2.3