Slow things down

merge-requests/21/head
Bob Mottram 2021-03-03 21:10:00 +00:00
parent b9d18c6b8f
commit 21adcad876
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, 10)
return random.randint(0, 5)
return random.randint(50, 120)