Update bettercap.py

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-29 20:54:16 +02:00
committed by GitHub
parent 9576909af0
commit 661d936364

View File

@ -99,7 +99,7 @@ class Client(object):
continue
except OSError:
logging.warning('[bettercap] connection to the bettercap endpoint failed...')
sleep(10)
await asyncio.sleep(10)
continue
def run(self, command, verbose_errors=True):