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: