mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update bettercap.py
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -99,7 +99,7 @@ class Client(object):
|
|||||||
continue
|
continue
|
||||||
except OSError:
|
except OSError:
|
||||||
logging.warning('[bettercap] connection to the bettercap endpoint failed...')
|
logging.warning('[bettercap] connection to the bettercap endpoint failed...')
|
||||||
sleep(10)
|
await asyncio.sleep(10)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
def run(self, command, verbose_errors=True):
|
def run(self, command, verbose_errors=True):
|
||||||
|
Reference in New Issue
Block a user