Update genericDriver.py
This commit is contained in:
parent
d4d1cb2dca
commit
d0ffaad9b9
@ -150,7 +150,6 @@ class driver():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
s = time.time()
|
s = time.time()
|
||||||
#subprocess.check_call(popenSpeechCommand,shell=True)
|
|
||||||
self.proc = Popen(popenSpeechCommand , stdout=PIPE, stderr=PIPE, shell=True)
|
self.proc = Popen(popenSpeechCommand , stdout=PIPE, stderr=PIPE, shell=True)
|
||||||
self.proc.wait()
|
self.proc.wait()
|
||||||
print(popenSpeechCommand)
|
print(popenSpeechCommand)
|
||||||
|
Loading…
Reference in New Issue
Block a user