From 9e7deaa661702a20b4aaca1967b572290edfec1a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 27 May 2009 18:17:27 +0100 Subject: [PATCH] Recognise Ultimate people --- yoweb-scrape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2