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:
@ -87,6 +87,6 @@ class AsyncAdvertiser(object):
|
||||
self._peers[ident].update(peer)
|
||||
|
||||
except Exception as e:
|
||||
logging.error("error while polling pwngrid-peer: %s" % e)
|
||||
logging.exception("error while polling pwngrid-peer")
|
||||
|
||||
time.sleep(1)
|
||||
|
Reference in New Issue
Block a user