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