chiark / gitweb /
Merge branch 'master' into keyboard
[ypp-sc-tools.db-test.git] / yoweb-scrape
index b4f99c54ed086d461d6b07d2ca05302f3f54640e..3567f0dcd08d154904a67162dce9f87cca983ada 100755 (executable)
@@ -252,7 +252,7 @@ u'\\s*\\S*/([-A-Za-z]+)\\s*$|\\s*\\S*/\\S*\\s*\\(ocean\\-wide(?:\\s|\\xa0)+([-A-
                                skl.msg('puzzle "%s" no standing found' % puzzle)
                                continue
                        standing = sl[0]
-                       for i in range(0, len(standingvals)-1):
+                       for i in range(0, len(standingvals)):
                                if standing == standingvals[i]:
                                        self.standings[puzzle] = i
                        if not puzzle in self.standings: