Update genericDriver.py

This commit is contained in:
chrys87 2017-03-03 14:04:13 +01:00 committed by GitHub
parent d4d1cb2dca
commit d0ffaad9b9

View File

@ -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)