mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix_services.py:
small edits Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -99,8 +99,7 @@ class FixServices(plugins.Plugin):
|
||||
if hasattr(agent, 'view'):
|
||||
display = agent.view()
|
||||
if display:
|
||||
display.update(force=True, new_data={"status": "Wifi recon flipped!",
|
||||
"face": faces.COOL})
|
||||
display.update(force=True, new_data={"status": "Wifi recon flipped!", "face": faces.COOL})
|
||||
else:
|
||||
print("Wifi recon flipped")
|
||||
else:
|
||||
@ -229,8 +228,7 @@ class FixServices(plugins.Plugin):
|
||||
display = connection.view()
|
||||
if display:
|
||||
display.update(force=True, new_data={"status": "I'm blind! Try turning it off and on again",
|
||||
"brcmfmac_status": self._status,
|
||||
"face": faces.BORED})
|
||||
"brcmfmac_status": self._status, "face": faces.BORED})
|
||||
else:
|
||||
display = None
|
||||
|
||||
|
Reference in New Issue
Block a user