Skip to content

Commit 01b023d

Browse files
committed
Add missing parens.
1 parent dd04d13 commit 01b023d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MacroPad_Braille_Keycaps/shortcuts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MacroPad.
44
"""
55
from adafruit_macropad import MacroPad
6-
macropad = MacroPad
6+
macropad = MacroPad()
77
"""
88
** Understanding the Dictionary **
99
The following explains how to configure each entry below.

0 commit comments

Comments
 (0)