fix typo
This commit is contained in:
parent
7984b430de
commit
d1e14a2b1d
@ -3,7 +3,8 @@
|
|||||||
^[[D=shut_up
|
^[[D=shut_up
|
||||||
^[O=review_bottom
|
^[O=review_bottom
|
||||||
^[U=review_top
|
^[U=review_top
|
||||||
^[i=review_curr_line
|
^[[1;3B=review_curr_line
|
||||||
|
#^[i=review_curr_line
|
||||||
^[u=review_prev_line
|
^[u=review_prev_line
|
||||||
^[o=review_next_line
|
^[o=review_next_line
|
||||||
^[J=review_line_begin
|
^[J=review_line_begin
|
||||||
|
2
setup.py
2
setup.py
@ -95,7 +95,7 @@ setup(
|
|||||||
"setuptools",
|
"setuptools",
|
||||||
"pexpect",
|
"pexpect",
|
||||||
"pyttsx3",
|
"pyttsx3",
|
||||||
"pyte',
|
"pyte",
|
||||||
],
|
],
|
||||||
|
|
||||||
)
|
)
|
||||||
|
@ -73,7 +73,6 @@ class driver(speechDriver):
|
|||||||
if not self._isInitialized:
|
if not self._isInitialized:
|
||||||
return
|
return
|
||||||
self._engine.stop()
|
self._engine.stop()
|
||||||
self._engine.proxy.stop()
|
|
||||||
|
|
||||||
def setPitch(self, pitch):
|
def setPitch(self, pitch):
|
||||||
if not self._isInitialized:
|
if not self._isInitialized:
|
||||||
|
Loading…
Reference in New Issue
Block a user