fixes
This commit is contained in:
parent
435071aad5
commit
ddc30dc6d4
@ -37,6 +37,8 @@ class driver(speechDriver):
|
|||||||
if not queueable:
|
if not queueable:
|
||||||
self.cancel()
|
self.cancel()
|
||||||
if not self._isInitialized:
|
if not self._isInitialized:
|
||||||
|
if not queueable:
|
||||||
|
self.cancel()
|
||||||
self.initialize(self.env)
|
self.initialize(self.env)
|
||||||
if not self._isInitialized:
|
if not self._isInitialized:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user