mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: fixed restored status after rsa keys generation
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user