Skip to content

Commit f4398cc

Browse files
s0h3ylAssemblyAI
andauthored
fix: webhook_url configuration (#31)
Co-authored-by: AssemblyAI <[email protected]>
1 parent 8233967 commit f4398cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assemblyai/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ def set_webhook(
954954

955955
return self
956956

957-
self._raw_transcription_config.url = url
957+
self._raw_transcription_config.webhook_url = url
958958
if auth_header_name and auth_header_value:
959959
self._raw_transcription_config.webhook_auth_header_name = auth_header_name
960960
self._raw_transcription_config.webhook_auth_header_value = auth_header_value

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="assemblyai",
10-
version="0.15.0",
10+
version="0.15.1",
1111
description="AssemblyAI Python SDK",
1212
author="AssemblyAI",
1313
author_email="[email protected]",

0 commit comments

Comments
 (0)