diff --git a/tutorial.py b/tutorial.py index dd5a8a9..bc66c31 100644 --- a/tutorial.py +++ b/tutorial.py @@ -52,6 +52,9 @@ def wpm_test(stdscr): except: continue + if current_text == []: + start_time = time.time() + if ord(key) == 27: break