Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hmangukia committed Aug 22, 2018
1 parent 3651fdb commit 9753a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/benji.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def events(frame,put):
speak.say("The translated text is "+translated.text)
speak.runAndWait()
except:
print('Error.')
print("Error speaking, here is the translated text: {}".format(translated.text))

#Add user for face detection
elif link[0] == "face" or link[0] == "phase":
Expand Down

0 comments on commit 9753a7c

Please sign in to comment.