From b5f02f617224721de240919c893c773919020e37 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli <evilsocket@gmail.com> Date: Fri, 4 Oct 2019 00:36:25 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/agent.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/agent.py index fe1455c..0018bc3 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/agent.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/agent.py @@ -7,8 +7,6 @@ from datetime import datetime import logging import _thread -import core - import pwnagotchi.utils as utils import pwnagotchi.plugins as plugins from bettercap.client import Client