key pattern solver (shift and mirror)

This commit is contained in:
relikd
2021-02-06 14:21:14 +01:00
parent 36c73f1b97
commit 9e9067c775
4 changed files with 111 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ class RuneText(object):
@property
def index(self):
return [x.index for x in self._data]
return [x.index for x in self._data if x.kind != 'l']
@property
def index_no_whitespace(self):