Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 09:30:54 +02:00
parent afe8bb4d58
commit c44de33098

View File

@ -100,7 +100,6 @@ class Client(object):
sleep_time = min_sleep + max_sleep*random.random() sleep_time = min_sleep + max_sleep*random.random()
logging.warning('connection to the bettercap endpoint failed...') logging.warning('connection to the bettercap endpoint failed...')
pwnagotchi.reboot() pwnagotchi.reboot()
continue
def run(self, command, verbose_errors=True): def run(self, command, verbose_errors=True):
while True: while True: