fix: fix for bug mentioned in https://github.com/evilsocket/pwnagotchi/commit/13d68c7c2471ab58cfc7c24482c81ef585b6e9da\#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