Update terminis.py

This commit is contained in:
adrienmalin 2019-02-07 22:39:13 +01:00 committed by GitHub
parent 2839995d79
commit 6fb5eed340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ import sched
import time
# You can change controls here.
# Acceptable values are printable keys ('q', 'w'...) and curses's constants name starting with "KEY_"
# Acceptable values are printable characters ('q', 'w'...) and curses's constants name starting with "KEY_"
# See https://docs.python.org/3/library/curses.html?highlight=curses#constants
CONTROLS = {
"MOVE LEFT": "KEY_LEFT",