Shorter pause

merge-requests/21/head
Bob Mottram 2021-03-02 17:12:39 +00:00
parent f4a70eaf88
commit 1640fe5ea3
1 changed files with 1 additions and 1 deletions

View File

@ -1970,7 +1970,7 @@ if args.speaker:
if args.debug:
print(speakerCmd)
os.system(speakerCmd)
time.sleep(3)
time.sleep(2)
# append image description if needed
if not speakerJson.get('imageDescription'):