From: Ian Jackson Date: Wed, 27 May 2009 17:17:27 +0000 (+0100) Subject: Recognise Ultimate people X-Git-Tag: 1.0~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=9e7deaa661702a20b4aaca1967b572290edfec1a Recognise Ultimate people --- diff --git a/yoweb-scrape b/yoweb-scrape index b62ce00..e7e3ec7 100755 --- a/yoweb-scrape +++ b/yoweb-scrape @@ -248,7 +248,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: