fix: fixed restored status after rsa keys generation
This commit is contained in:
parent
0f8f77c2be
commit
b47f3c6b28
@ -47,7 +47,7 @@ class KeyPair(object):
|
|||||||
self.fingerprint = hashlib.sha256(pem_ascii).hexdigest()
|
self.fingerprint = hashlib.sha256(pem_ascii).hexdigest()
|
||||||
|
|
||||||
# no exception, keys loaded correctly.
|
# no exception, keys loaded correctly.
|
||||||
self._view.on_normal()
|
self._view.on_starting()
|
||||||
return
|
return
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user