minor logging correction
`on loaded` the plugin was showing a different name: `cleancap plugin loaded` I've changed it with the name of the plugin to be consistent and easy to find what going on from pwnagotchi.log
This commit is contained in:
parent
77ada644ed
commit
062de3b618
@ -18,7 +18,7 @@ import os
|
||||
OPTIONS = dict()
|
||||
|
||||
def on_loaded():
|
||||
logging.info("cleancap plugin loaded")
|
||||
logging.info("aircrackonly plugin loaded")
|
||||
|
||||
def on_handshake(agent, filename, access_point, client_station):
|
||||
display = agent._view
|
||||
|
Loading…
x
Reference in New Issue
Block a user