diff --git a/pwnagotchi/plugins/__init__.py b/pwnagotchi/plugins/__init__.py index f376bd19..2606b727 100644 --- a/pwnagotchi/plugins/__init__.py +++ b/pwnagotchi/plugins/__init__.py @@ -5,8 +5,6 @@ import threading import importlib, importlib.util import logging - - default_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "default") loaded = {} database = {} diff --git a/requirements.txt b/requirements.txt index d5f6079b..3bc30fea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,5 @@ python-dateutil>=2.8.1 websockets>=8.1 torch>=2.0.1 torchvision>=0.15.2 -stable-baselines3>=1.4.0 +stable_baselines3==1.8.0 RPi.GPIO