Skip to content

Commit

Permalink
Fix style in STT
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Dec 1, 2018
1 parent 9cbaf38 commit 9eb3163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/speech/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def start_listening(self):

speech.start()

Clock.schedule_interval(self.check_state, 1/5)
Clock.schedule_interval(self.check_state, 1 / 5)

def stop_listening(self):
start_button = self.ids.start_button
Expand Down
2 changes: 1 addition & 1 deletion plyer/facades/speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Speech(object):
and possible sentences that was recognition program.
'''

errors= []
errors = []
'''
List of errors found while listening.
'''
Expand Down

0 comments on commit 9eb3163

Please sign in to comment.