From aa60a369a901112a44b04de9419b98aec7893fab Mon Sep 17 00:00:00 2001 From: Simone Margaritelli <evilsocket@gmail.com> Date: Tue, 15 Oct 2019 13:17:26 +0200 Subject: [PATCH] fix: fix for bug mentioned in https://github.com/evilsocket/pwnagotchi/commit/13d68c7c2471ab58cfc7c24482c81ef585b6e9da\#commitcomment-35504643 --- pwnagotchi/ui/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index b80a62a..a6efd78 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -29,7 +29,7 @@ class View(object): self._lock = Lock() self._voice = Voice(lang=config['main']['lang']) self._implementation = impl - self._layout = impl.layout(config) + self._layout = impl.layout() self._width = self._layout['width'] self._height = self._layout['height'] self._state = State(state={