mirror of https://gitlab.com/bashrc2/epicyon
Index
parent
e41f6c1456
commit
2ce5285b85
|
@ -358,7 +358,7 @@ def _readLocalBoxPost(boxName: str, index: int,
|
||||||
if speakerJson.get('content'):
|
if speakerJson.get('content'):
|
||||||
content = speakerJson['content']
|
content = speakerJson['content']
|
||||||
|
|
||||||
sayStr = 'Reading ' + boxName + ' post ' + str(index + 1) + '.'
|
sayStr = 'Reading ' + boxName + ' post ' + str(index) + '.'
|
||||||
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
|
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
|
||||||
|
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
Loading…
Reference in New Issue