Skip to content

Commit

Permalink
Add location_trusted to remote diarization auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 29, 2024
1 parent 09ba169 commit 60a83b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wordcab_transcribe/services/asr_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ async def remote_diarization(
url=auth_url,
data={"username": settings.username, "password": settings.password},
headers=headers,
location_trusted=True,
) as response:
if response.status != 200:
raise Exception(response.status)
Expand Down

0 comments on commit 60a83b4

Please sign in to comment.