too much lag (actuallyaccurate4life)

Race #239

View Pit Stop page for race #239 by actuallyaccurate4lifeGhost race

View profile for too much lag (actuallyaccurate4life)

Official speed 48.91 wpm (44.90 seconds elapsed during race)
Race Start August 10, 2019 7:02:34pm UTC
Race Finish August 10, 2019 7:03:19pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 19.56
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)