mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -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:
|
||||||
|
Reference in New Issue
Block a user