From 045759685cc4a8f6c80cbe669d896f63053a2465 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 19 Jul 2023 12:01:54 +0200 Subject: [PATCH] Changed requirements.txt Changed /usr/bin to /usr/local/bin Signed-off-by: Jeroen Oudshoorn --- bin/pwnagotchi | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index aa462297..98c5b561 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -69,6 +69,7 @@ def do_auto_mode(agent): # deauth all client stations in order to get a full handshake for sta in ap['clients']: agent.deauth(ap, sta) + time.sleep(1) # An interesting effect of this: # diff --git a/requirements.txt b/requirements.txt index e54f6ef0..33a43795 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests==2.21.0 PyYAML==5.3.1 scapy==2.4.3 gym==0.14.0 -scipy +scipy==1.3.1 stable-baselines==2.7.0 tensorflow==1.15.0 tensorflow-estimator==1.15.1