mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: fix for bug mentioned in 13d68c7c24
\#commitcomment-35504643
This commit is contained in:
@ -29,7 +29,7 @@ class View(object):
|
|||||||
self._lock = Lock()
|
self._lock = Lock()
|
||||||
self._voice = Voice(lang=config['main']['lang'])
|
self._voice = Voice(lang=config['main']['lang'])
|
||||||
self._implementation = impl
|
self._implementation = impl
|
||||||
self._layout = impl.layout(config)
|
self._layout = impl.layout()
|
||||||
self._width = self._layout['width']
|
self._width = self._layout['width']
|
||||||
self._height = self._layout['height']
|
self._height = self._layout['height']
|
||||||
self._state = State(state={
|
self._state = State(state={
|
||||||
|
Reference in New Issue
Block a user