mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
preparation intégration reconaissance vocale
This commit is contained in:
@@ -28,4 +28,10 @@ class WebsocketServer(threading.Thread):
|
||||
await asyncio.sleep(0.01)
|
||||
|
||||
def sendMessage(self,message):
|
||||
self.messageQueue.append(message)
|
||||
self.messageQueue.append(message)
|
||||
|
||||
class ApiClient():
|
||||
def __init__(self, host=os.getenv("API_HOST"), port=os.getenv("API_PORT")):
|
||||
self.host = host
|
||||
self.port = port
|
||||
|
||||
Reference in New Issue
Block a user