Merge remote-tracking branch 'upstream/master' into more_azure

This commit is contained in:
Peter Edwards
2023-04-13 08:12:29 +02:00
31 changed files with 773 additions and 158 deletions

View File

@@ -58,7 +58,7 @@ class Config(metaclass=Singleton):
self.use_mac_os_tts = False
self.use_mac_os_tts = os.getenv("USE_MAC_OS_TTS")
self.google_api_key = os.getenv("GOOGLE_API_KEY")
self.custom_search_engine_id = os.getenv("CUSTOM_SEARCH_ENGINE_ID")