Auto-update: Sat Oct 26 10:01:51 PDT 2024
This commit is contained in:
parent
42476715e5
commit
8c560be9d2
2 changed files with 0 additions and 2 deletions
|
@ -151,7 +151,6 @@ MAC_UN = os.getenv("MAC_UN")
|
||||||
MAC_PW = os.getenv("MAC_PW")
|
MAC_PW = os.getenv("MAC_PW")
|
||||||
TIMING_API_KEY = os.getenv("TIMING_API_KEY")
|
TIMING_API_KEY = os.getenv("TIMING_API_KEY")
|
||||||
TIMING_API_URL = os.getenv("TIMING_API_URL", "https://web.timingapp.com/api/v1")
|
TIMING_API_URL = os.getenv("TIMING_API_URL", "https://web.timingapp.com/api/v1")
|
||||||
l.info(f"TIMING_API_KEY: {TIMING_API_KEY}; TIMING_API_URL: {TIMING_API_URL}")
|
|
||||||
|
|
||||||
PHOTOPRISM_URL = os.getenv("PHOTOPRISM_URL")
|
PHOTOPRISM_URL = os.getenv("PHOTOPRISM_URL")
|
||||||
PHOTOPRISM_USER = os.getenv("PHOTOPRISM_USER")
|
PHOTOPRISM_USER = os.getenv("PHOTOPRISM_USER")
|
||||||
|
|
|
@ -61,7 +61,6 @@ async def list_11l_voices():
|
||||||
l.error(f"Error determining voice ID: {e}")
|
l.error(f"Error determining voice ID: {e}")
|
||||||
|
|
||||||
return PlainTextResponse(formatted_list, status_code=200)
|
return PlainTextResponse(formatted_list, status_code=200)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
async def select_voice(voice_name: str) -> str:
|
async def select_voice(voice_name: str) -> str:
|
||||||
|
|
Loading…
Reference in a new issue