flipping quotes

This commit is contained in:
talksik
2023-04-27 16:47:17 -07:00
parent 507b36aaae
commit 86f16a6103
+1 -1
View File
@@ -4,7 +4,7 @@ import os
def robot(text):
os.system("espeak --stdin '" + text + "' | aplay -D plughw:2,0 ")
os.system('espeak --stdin "' + text + '" | aplay -D plughw:2,0 ')
if __name__ == '__main__':