remove unused variable
This commit is contained in:
parent
d0bd10a92b
commit
001f092d50
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values
|
||||||
# See https://minecraft.fandom.com/wiki/Effect
|
# See https://minecraft.fandom.com/wiki/Effect
|
||||||
|
|
||||||
DELAY_AFTER_ESCAPE = 0.05
|
DELAY_AFTER_ESCAPE = 0.05
|
||||||
DELAY_AFTER_COMMAND = 0.10
|
|
||||||
|
|
||||||
app = { # REQUIRED dict, must be named 'app'
|
app = { # REQUIRED dict, must be named 'app'
|
||||||
'name' : 'Minecraft PE (effect)', # Application name
|
'name' : 'Minecraft PE (effect)', # Application name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue