Merge branch 'dev' into debugging

This commit is contained in:
Matthew Stratford 2020-11-04 22:39:49 +00:00
commit f5fd6ca236
No known key found for this signature in database
GPG key ID: 9E53C8B3F0B57395

View file

@ -22,7 +22,10 @@ import logging
from helpers.os_environment import isMacOS
from helpers.device_manager import DeviceManager
if not isMacOS():
# Rip, this doesn't like threading on MacOS.
import pyttsx3
import config
from typing import Dict, List
@ -276,6 +279,10 @@ def startServer():
)
channel_p[channel].start()
if not isMacOS():
# Temporary RIP.
# Welcome Speech
text_to_speach = pyttsx3.init()