remove unneded piping
This commit is contained in:
parent
8f72148428
commit
f60efbc4f4
@ -150,7 +150,7 @@ class driver():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
s = time.time()
|
s = time.time()
|
||||||
self.proc = Popen(popenSpeechCommand , stdout=PIPE, stderr=PIPE, shell=True)
|
self.proc = Popen(popenSpeechCommand, shell=True)
|
||||||
self.proc.wait()
|
self.proc.wait()
|
||||||
print(popenSpeechCommand)
|
print(popenSpeechCommand)
|
||||||
print('run',time.time() -s)
|
print('run',time.time() -s)
|
||||||
|
Loading…
Reference in New Issue
Block a user