mirror of https://gitlab.com/bashrc2/epicyon
Shorter pause
parent
f4a70eaf88
commit
1640fe5ea3
|
@ -1970,7 +1970,7 @@ if args.speaker:
|
||||||
if args.debug:
|
if args.debug:
|
||||||
print(speakerCmd)
|
print(speakerCmd)
|
||||||
os.system(speakerCmd)
|
os.system(speakerCmd)
|
||||||
time.sleep(3)
|
time.sleep(2)
|
||||||
|
|
||||||
# append image description if needed
|
# append image description if needed
|
||||||
if not speakerJson.get('imageDescription'):
|
if not speakerJson.get('imageDescription'):
|
||||||
|
|
Loading…
Reference in New Issue