diff --git a/pwnagotchi/mesh/utils.py b/pwnagotchi/mesh/utils.py index d28f04d2..6d17f4ee 100644 --- a/pwnagotchi/mesh/utils.py +++ b/pwnagotchi/mesh/utils.py @@ -1,5 +1,6 @@ import _thread import logging +import time import pwnagotchi import pwnagotchi.utils as utils @@ -87,3 +88,5 @@ class AsyncAdvertiser(object): except Exception as e: logging.error("error while polling pwngrid-peer: %s" % e) + + time.sleep(1)