misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-12-07 15:44:03 +02:00
parent a0a790635a
commit 714cb00610
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

@ -13,7 +13,7 @@ import pwnagotchi.plugins as plugins
from pwnagotchi.identity import KeyPair from pwnagotchi.identity import KeyPair
from pwnagotchi.agent import Agent from pwnagotchi.agent import Agent
from pwnagotchi.ui.display import Display from pwnagotchi.ui.display import Display
from pwnagotch import restart from pwnagotchi import restart
def do_clear(display): def do_clear(display):