mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
import _thread
|
import _thread
|
||||||
import logging
|
import logging
|
||||||
|
import time
|
||||||
|
|
||||||
import pwnagotchi
|
import pwnagotchi
|
||||||
import pwnagotchi.utils as utils
|
import pwnagotchi.utils as utils
|
||||||
@ -87,3 +88,5 @@ class AsyncAdvertiser(object):
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error("error while polling pwngrid-peer: %s" % e)
|
logging.error("error while polling pwngrid-peer: %s" % e)
|
||||||
|
|
||||||
|
time.sleep(1)
|
||||||
|
Reference in New Issue
Block a user