diff --git a/pwnagotchi/identity.py b/pwnagotchi/identity.py index 7ea76527..9be375b2 100644 --- a/pwnagotchi/identity.py +++ b/pwnagotchi/identity.py @@ -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: