Ver Fonte

change test env from get to post

ming há 3 anos atrás
pai
commit
d1e198b2c1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -692,7 +692,7 @@ async def make_voice(in_text:text_in):
     print(in_text.text)
     print(len(in_text.text))
     print(type(in_text.text))
-    x = threading.Thread(target=call_voice, args=(strin_text.text,))
+    x = threading.Thread(target=call_voice, args=(in_text.text,))
     x.start()