mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
spelling: occurred
This commit is contained in:
@ -13,7 +13,7 @@ OPTIONS = dict()
|
|||||||
def on_loaded():
|
def on_loaded():
|
||||||
logging.warning("%s plugin loaded" % __name__)
|
logging.warning("%s plugin loaded" % __name__)
|
||||||
|
|
||||||
# called when AP list is ready, before whitelist filtering has occured
|
# called when AP list is ready, before whitelist filtering has occurred
|
||||||
def on_unfiltered_ap_list(agent,aps):
|
def on_unfiltered_ap_list(agent,aps):
|
||||||
logging.info("Unfiltered AP list to follow")
|
logging.info("Unfiltered AP list to follow")
|
||||||
for ap in aps:
|
for ap in aps:
|
||||||
|
Reference in New Issue
Block a user