new: new text while generating keys ...

This commit is contained in:
Simone Margaritelli
2019-10-12 20:00:50 +02:00
parent a9123922c0
commit 0f8f77c2be
4 changed files with 14 additions and 2 deletions

View File

@ -33,8 +33,8 @@ if __name__ == '__main__':
plugins.load(config)
keypair = KeyPair()
display = Display(config=config, state={'name': '%s>' % pwnagotchi.name()})
keypair = KeyPair(view=display)
agent = Agent(view=display, config=config, keypair=keypair)
logging.info("%s@%s (v%s)" % (pwnagotchi.name(), agent._keypair.fingerprint, pwnagotchi.version))