Slower range

main
Bob Mottram 2021-03-03 21:16:33 +00:00
parent 21adcad876
commit 838c943b16
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def getSpeakerRate(displayName: str, screenreader: str) -> int:
"""
random.seed(displayName)
if screenreader == 'picospeaker':
return random.randint(0, 5)
return random.randint(-50, -40)
return random.randint(50, 120)