fix: fixed restored status after rsa keys generation

This commit is contained in:
Simone Margaritelli 2019-10-12 22:01:52 +02:00
parent 0f8f77c2be
commit b47f3c6b28

@ -47,7 +47,7 @@ class KeyPair(object):
self.fingerprint = hashlib.sha256(pem_ascii).hexdigest()
# no exception, keys loaded correctly.
self._view.on_normal()
self._view.on_starting()
return
except Exception as e: