error (leonhardeuler)

Race #54

View Pit Stop page for race #54 by leonhardeulerGhost race

View profile for error (leonhardeuler)

Official speed 42.81 wpm (51.30 seconds elapsed during race)
Race Start April 2, 2012 10:42:58pm UTC
Race Finish April 2, 2012 10:43:49pm UTC
Outcome Win (1 of 3)
Accuracy 81.0%
Points 0.00
Text #10005 (Length: 183 characters)

class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)