From 714cb006105ee6d8d54f1c9da35822ce23a27cd4 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sat, 7 Dec 2019 15:44:03 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- bin/pwnagotchi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index d8962e8..e990793 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -13,7 +13,7 @@ import pwnagotchi.plugins as plugins from pwnagotchi.identity import KeyPair from pwnagotchi.agent import Agent from pwnagotchi.ui.display import Display -from pwnagotch import restart +from pwnagotchi import restart def do_clear(display):