misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
1215fda459
commit
ad2fbdb9dd
pwnagotchi
@ -173,7 +173,7 @@ ui:
|
||||
color: 'black'
|
||||
video:
|
||||
enabled: true
|
||||
address: '10.0.0.2'
|
||||
address: '0.0.0.0'
|
||||
port: 8080
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user