remove unused variable

This commit is contained in:
Henry Gabryjelski 2021-08-18 21:02:41 -07:00
parent d0bd10a92b
commit 001f092d50

View file

@ -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