Update auto-update.py for Bookworm

This commit is contained in:
Jeroen Oudshoorn
2024-01-05 15:54:03 +01:00
parent f6a8407447
commit 51d1e31912

View File

@ -36,9 +36,6 @@ class View(object):
WHITE = 0x00 WHITE = 0x00
BLACK = 0xFF BLACK = 0xFF
WHITE = 0xFF
BLACK = 0x00
self._agent = None self._agent = None
self._render_cbs = [] self._render_cbs = []
self._config = config self._config = config