From 51d1e31912621269959a2b2abb7c9dedfb64ef82 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 15:54:03 +0100 Subject: [PATCH] Update auto-update.py for Bookworm --- pwnagotchi/ui/view.py | 3 --- 1 file changed, 3 deletions(-) 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