fixed menu config
This commit is contained in:
parent
8ee7015138
commit
545911aead
|
@ -39,6 +39,7 @@ menu_config = [
|
||||||
MenuType.EXIT_CMD,
|
MenuType.EXIT_CMD,
|
||||||
{"command": "sudo shutdown now"})
|
{"command": "sudo shutdown now"})
|
||||||
]}),
|
]}),
|
||||||
|
]
|
||||||
|
|
||||||
cinput = ControlInput()
|
cinput = ControlInput()
|
||||||
graphics = Graphics()
|
graphics = Graphics()
|
||||||
|
|
Reference in New Issue