Update speechdDriver.py
This commit is contained in:
parent
5a82409f01
commit
efe4bac439
@ -37,9 +37,9 @@ class driver(speechDriver):
|
|||||||
if not queueable:
|
if not queueable:
|
||||||
self.cancel()
|
self.cancel()
|
||||||
if not self._isInitialized:
|
if not self._isInitialized:
|
||||||
|
self.initialize(self.env)
|
||||||
if not queueable:
|
if not queueable:
|
||||||
self.cancel()
|
self.cancel()
|
||||||
self.initialize(self.env)
|
|
||||||
if not self._isInitialized:
|
if not self._isInitialized:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user