Skip to content

Commit ee3b2fe

Browse files
committed
Update Audiolibro.py
Quick change for the part of how the prgram works
1 parent 16d4bb0 commit ee3b2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Audiolibro.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ def ReadBook():
2020
for pageNum in range(pdfReader.numPages):
2121
text= pdfReader.getPage(pageNum).extractText()
2222
textoCompleto+= text
23-
speaker.runAndWait()
2423

2524
if bande== "y":
2625
speaker.say(text)
26+
speaker.runAndWait()
2727
else:
28-
pass
28+
speaker.runAndWait()
2929

3030
speaker.stop()
3131

0 commit comments

Comments
 (0)