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
3 changed files with 1 additions and 1 deletions

View File

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