check.py: fix initialization of Mapping.__keys
The code was being interpreted as `"+righty-leftx": ""`
This commit is contained in:
parent
2cccbd4e71
commit
8dd16707de
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
@ -59,7 +59,7 @@ class Mapping:
|
||||||
"+leftx": "",
|
"+leftx": "",
|
||||||
"+lefty": "",
|
"+lefty": "",
|
||||||
"+rightx": "",
|
"+rightx": "",
|
||||||
"+righty"
|
"+righty": "",
|
||||||
"-leftx": "",
|
"-leftx": "",
|
||||||
"-lefty": "",
|
"-lefty": "",
|
||||||
"-rightx": "",
|
"-rightx": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue