Skip to content

Commit

Permalink
Fix 403 Error (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
BG5T authored Oct 18, 2024
1 parent 209269e commit 8e71135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/communicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ async def send_ssml_request() -> None:
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.9",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
" (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41",
" (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0",
},
ssl=ssl_ctx,
) as websocket:
Expand Down

0 comments on commit 8e71135

Please sign in to comment.