Lower floor on random WPM to 30

This commit is contained in:
Robert Miles 2019-11-01 11:44:37 -04:00
parent b047a9033a
commit 62abae9535
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ WPMS = {
}
def pick_random_wpm():
return random.randint(5,60)
return random.randint(5,30)
def pick_random_time():
return random.randint(1,6)*5