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:
@ -82,7 +82,7 @@ def on_internet_available(agent):
|
|||||||
if info['url'] is not None:
|
if info['url'] is not None:
|
||||||
to_install.append(info)
|
to_install.append(info)
|
||||||
|
|
||||||
if len(to_install) > 0 & & OPTIONS['install']:
|
if len(to_install) > 0 and OPTIONS['install']:
|
||||||
logging.info("[update] TODO: install %d updates" % len(to_install))
|
logging.info("[update] TODO: install %d updates" % len(to_install))
|
||||||
|
|
||||||
logging.info("[update] done")
|
logging.info("[update] done")
|
||||||
|
Reference in New Issue
Block a user