diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index d398dc01..e9424f8e 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -36,9 +36,6 @@ class View(object): WHITE = 0x00 BLACK = 0xFF - WHITE = 0xFF - BLACK = 0x00 - self._agent = None self._render_cbs = [] self._config = config