better organizing

This commit is contained in:
talksik
2023-04-27 16:55:12 -07:00
parent 0c1eb26ae7
commit d78944d1a6
+2 -1
View File
@@ -5,7 +5,8 @@ from subprocess import call
def robot(text):
print("executing command")
call(['espeak', '--stdin', '"Hello world how are you doing today?"', '|', 'aplay', '-D', 'plughw:2,0'])
call(['espeak', '--stdin', '"Hello world how are you doing today?"',
'|', 'aplay', '-D plughw:2,0'])
if __name__ == '__main__':