From 363678d8af2eef0fdbb2a8bd43637f9495d1bb79 Mon Sep 17 00:00:00 2001 From: BlitzCityDIY Date: Wed, 15 Feb 2023 13:06:24 -0500 Subject: [PATCH] fix pylint --- NeoKey_BFF_Examples/CP_Keyboard_Example/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoKey_BFF_Examples/CP_Keyboard_Example/code.py b/NeoKey_BFF_Examples/CP_Keyboard_Example/code.py index b04b32ee2..8814a1ab9 100644 --- a/NeoKey_BFF_Examples/CP_Keyboard_Example/code.py +++ b/NeoKey_BFF_Examples/CP_Keyboard_Example/code.py @@ -48,5 +48,5 @@ while True: pixels.show() keyboard.press(modifier_key, key) switch_state = True - + time.sleep(0.05)