Skip to content

Commit

Permalink
Update Audiolibro.py
Browse files Browse the repository at this point in the history
Quick change for the part of how the prgram works
  • Loading branch information
dmtzs committed Sep 13, 2021
1 parent 16d4bb0 commit ee3b2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Audiolibro.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ def ReadBook():
for pageNum in range(pdfReader.numPages):
text= pdfReader.getPage(pageNum).extractText()
textoCompleto+= text
speaker.runAndWait()

if bande== "y":
speaker.say(text)
speaker.runAndWait()
else:
pass
speaker.runAndWait()

speaker.stop()

Expand Down

0 comments on commit ee3b2fe

Please sign in to comment.