Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonscreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lessonscreen.py')
-rw-r--r--lessonscreen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lessonscreen.py b/lessonscreen.py
index f8c0b0d..b488df7 100644
--- a/lessonscreen.py
+++ b/lessonscreen.py
@@ -54,6 +54,9 @@ class LessonScreen(gtk.VBox):
stopbtn.connect('clicked', self.stop_cb)
# TODO- These will be replaced by graphical displays using gtk.DrawingArea.
+ self.wpm = 0
+ self.accuracy = 0
+
self.wpmlabel = gtk.Label()
self.accuracylabel = gtk.Label()