Skip to content

Commit

Permalink
pylint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DGrothe-PhD committed Jul 5, 2024
1 parent 0774d55 commit 2c37971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getVideoText.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
speaker = SpeakerStatus()

def printAndSay(text):
"""first print, then say (if speaker/module is working)"""
print(text)
speaker.talk(text)

Expand Down

0 comments on commit 2c37971

Please sign in to comment.