mirror of https://gitlab.com/bashrc2/epicyon
Minimum of 10 second reading time
parent
3a83c46650
commit
806209b3b5
|
@ -1135,7 +1135,8 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
displayTimeSec = \
|
displayTimeSec = \
|
||||||
int(len(speakerJson['say']) * 60 /
|
int(len(speakerJson['say']) * 60 /
|
||||||
readingSpeedCharsPerMin)
|
readingSpeedCharsPerMin)
|
||||||
print('Waiting ' + str(displayTimeSec) + ' sec.')
|
if displayTimeSec < 10:
|
||||||
|
displayTimeSec = 10
|
||||||
nextCommandStr = \
|
nextCommandStr = \
|
||||||
_desktopWaitForCmd(displayTimeSec, debug)
|
_desktopWaitForCmd(displayTimeSec, debug)
|
||||||
print('')
|
print('')
|
||||||
|
|
Loading…
Reference in New Issue