From 0c4328fc25515800b31b32d77d249c71ff4b66eb Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 20 Sep 2023 11:38:32 +0200 Subject: [PATCH] fix_services.py: small edits Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/fix_services.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pwnagotchi/plugins/default/fix_services.py b/pwnagotchi/plugins/default/fix_services.py index 9ff4cba3..208f6036 100644 --- a/pwnagotchi/plugins/default/fix_services.py +++ b/pwnagotchi/plugins/default/fix_services.py @@ -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