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")
|
||||
TIMING_API_KEY = os.getenv("TIMING_API_KEY")
|
||||
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_USER = os.getenv("PHOTOPRISM_USER")
|
||||
|
|
|
@ -63,7 +63,6 @@ async def list_11l_voices():
|
|||
return PlainTextResponse(formatted_list, status_code=200)
|
||||
|
||||
|
||||
|
||||
async def select_voice(voice_name: str) -> str:
|
||||
try:
|
||||
# Case Insensitive comparison
|
||||
|
|
Loading…
Reference in a new issue