Skip to content

Commit

Permalink
Merge pull request #322 from Wordcab/321-add-location_trusted-to-remo…
Browse files Browse the repository at this point in the history
…te-diarization-auth

Add location_trusted to remote diarization auth
  • Loading branch information
info-wordcab authored Jun 29, 2024
2 parents 09ba169 + 60a83b4 commit f58ff36
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 f58ff36

Please sign in to comment.