Update controller.py

This commit is contained in:
Johannes
2022-03-27 22:32:35 +02:00
committed by GitHub
parent e882934d1b
commit 9525b5ad2c

View File

@@ -129,7 +129,7 @@ class LuiController(object):
if entity_id == "screensaver" and button_type == "bExit":
if self._config.get("doubleTapToUnlock") and int(value) >= 2:
self._pages_gen.render_page(self._current_page)
elseif not self._config.get("doubleTapToUnlock"):
elif not self._config.get("doubleTapToUnlock"):
self._pages_gen.render_page(self._current_page)
return
if button_type == "bExit":