Update controller.py

This commit is contained in:
joBr99
2022-03-27 22:32:35 +02:00
committed by GitHub
parent 168aa0fcd2
commit 12c4facfeb

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":