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 = \
|
||||
int(len(speakerJson['say']) * 60 /
|
||||
readingSpeedCharsPerMin)
|
||||
print('Waiting ' + str(displayTimeSec) + ' sec.')
|
||||
if displayTimeSec < 10:
|
||||
displayTimeSec = 10
|
||||
nextCommandStr = \
|
||||
_desktopWaitForCmd(displayTimeSec, debug)
|
||||
print('')
|
||||
|
|
Loading…
Reference in New Issue