summaryrefslogtreecommitdiff
path: root/genmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'genmap.py')
-rwxr-xr-xgenmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/genmap.py b/genmap.py
index a2638003..c0e5572f 100755
--- a/genmap.py
+++ b/genmap.py
@@ -47,7 +47,7 @@ class _OtgKey:
@dataclasses.dataclass(frozen=True)
class _Ps2Key:
code: int
- type: int
+ type: str
@dataclasses.dataclass(frozen=True)