tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 585a2ef930a4ddf582f14931336ed229c04c70a2
parent 67e773fcda88f8903c9cf23921f66b0a0262c3aa
Author: rbckman <rob@tarina.org>
Date:   Wed, 18 Jan 2023 11:47:56 +0000

make it speedygonzales

Diffstat:
Mtarina.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -3391,7 +3391,7 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): if float(time.time() - buttontime) > 0.2 and buttonpressed == True: if holdbutton == 'up' or holdbutton == 'down' or holdbutton == 'right' or holdbutton == 'left' or holdbutton == 'shutdown' or holdbutton == 'remove': pressed = holdbutton - keydelay = 0.06 + keydelay = 0.02 if time.time() - buttontime > 2 and buttonpressed == True: keydelay = 0.02 if time.time() - buttontime > 4 and buttonpressed == True: