pylint fix
This commit is contained in:
parent
45bae43089
commit
31d173f3d8
1 changed files with 0 additions and 2 deletions
|
|
@ -20,8 +20,6 @@ from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values
|
||||||
# As a result, it is probably better to learn on less complex
|
# As a result, it is probably better to learn on less complex
|
||||||
# macro files before attempting to adjust settings in this one.
|
# macro files before attempting to adjust settings in this one.
|
||||||
|
|
||||||
from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values
|
|
||||||
|
|
||||||
DELAY_AFTER_COMMAND = 0.75
|
DELAY_AFTER_COMMAND = 0.75
|
||||||
DELAY_AFTER_SLASH = 0.80 # required so minecraft has time to bring up command screen
|
DELAY_AFTER_SLASH = 0.80 # required so minecraft has time to bring up command screen
|
||||||
DELAY_BEFORE_RETURN = 0.10 # give minecraft time to show all the keys pressed...
|
DELAY_BEFORE_RETURN = 0.10 # give minecraft time to show all the keys pressed...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue