check.py: fix initialization of Mapping.__keys

The code was being interpreted as `"+righty-leftx": ""`
This commit is contained in:
Andrei Alexeyev 2018-01-16 14:16:52 +02:00
parent 2cccbd4e71
commit 8dd16707de
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -59,7 +59,7 @@ class Mapping:
"+leftx": "", "+leftx": "",
"+lefty": "", "+lefty": "",
"+rightx": "", "+rightx": "",
"+righty" "+righty": "",
"-leftx": "", "-leftx": "",
"-lefty": "", "-lefty": "",
"-rightx": "", "-rightx": "",