chiark / gitweb /
Merge branch 'master' into keyboard
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 27 May 2009 17:18:42 +0000 (18:18 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 27 May 2009 17:18:42 +0000 (18:18 +0100)
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: