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

This commit is contained in:
Simone Margaritelli 2019-10-04 00:42:12 +02:00
parent b5f02f6172
commit 26fb21a7c7
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E
3 changed files with 1 additions and 1 deletions
sdcard/rootfs/root/pwnagotchi/scripts

@ -9,7 +9,7 @@ import _thread
import pwnagotchi.utils as utils
import pwnagotchi.plugins as plugins
from bettercap.client import Client
from pwnagotchi.bettercap import Client
from pwnagotchi.mesh.utils import AsyncAdvertiser
from pwnagotchi.ai.train import AsyncTrainer