From f2cf34a8b95cd1f13472d7499cfadc0e113b6d0a Mon Sep 17 00:00:00 2001 From: Rai <58925163+rai68@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:39:55 +1000 Subject: [PATCH] Update view.py Signed-off-by: Rai <58925163+rai68@users.noreply.github.com> --- pwnagotchi/ui/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 166b7931..cbbdde40 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -29,7 +29,7 @@ class View(object): self._black = 0xFF self._white = 0x00 if 'invert' in config['ui'] and config['ui']['invert'] == True: - logging.error(config['ui']['invert']) + logging.debug("INVERT BLACK/WHITES:" + config['ui']['invert']) self.invert = 1 BLACK = 0x00 WHITE - 0xFF