From ac5ee1ba7b39b5ead95853cfafdfbbc0e3fa2068 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 13 Oct 2019 17:38:00 +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 a7d3c97..ce02bbc 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -5,7 +5,7 @@ if __name__ == '__main__': import logging import pwnagotchi - import pwnagtochi.grid as grid + import pwnagotchi.grid as grid import pwnagotchi.utils as utils import pwnagotchi.plugins as plugins