Update speechdDriver.py

This commit is contained in:
chrys 2019-02-16 13:23:47 +01:00 committed by GitHub
parent 5a82409f01
commit efe4bac439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,9 @@ class driver(speechDriver):
if not queueable:
self.cancel()
if not self._isInitialized:
self.initialize(self.env)
if not queueable:
self.cancel()
self.initialize(self.env)
if not self._isInitialized:
return