Text race history for tstats[ach5910_1] (ach5910_1)

Back to text analysis page

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)

Game Time WPM Accuracy
45 2024-12-06 01:19:38 40.45 94.9%
41 2024-12-02 12:22:46 44.36 97.5%
35 2024-12-02 12:16:02 41.12 95.7%
7 2024-06-16 18:57:56 27.97 92.8%
4 2024-06-16 18:53:26 30.90 88.6%