summaryrefslogtreecommitdiffstats
path: root/scripts2/chewing.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts2/chewing.py')
-rw-r--r--scripts2/chewing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts2/chewing.py b/scripts2/chewing.py
index a651fd2..e6c9fd9 100644
--- a/scripts2/chewing.py
+++ b/scripts2/chewing.py
@@ -157,7 +157,7 @@ def gen_table_index(content_table):
chewingkey = 'ChewingKey({0}, {1}, {2})'.format(initial, middle, final)
index = -1
try:
- index = [x[2] for x in content_table].index(chewingkey)
+ index = [x[4] for x in content_table].index(chewingkey)
except ValueError:
pass