From c44de33098bdc7b243ee11fc1c0bd2cedb717824 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 18 Sep 2023 09:30:54 +0200 Subject: [PATCH] v2.4.1 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/bettercap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pwnagotchi/bettercap.py b/pwnagotchi/bettercap.py index d681a1a9..243e00a6 100644 --- a/pwnagotchi/bettercap.py +++ b/pwnagotchi/bettercap.py @@ -100,7 +100,6 @@ class Client(object): sleep_time = min_sleep + max_sleep*random.random() logging.warning('connection to the bettercap endpoint failed...') pwnagotchi.reboot() - continue def run(self, command, verbose_errors=True): while True: