Skip to content

Commit 03325c5

Browse files
Examine Legacy Syntax and Verify/Identify Issues
1 parent 78abcd1 commit 03325c5

File tree

1 file changed

+1
-2
lines changed
  • examples/streaming/microphone

1 file changed

+1
-2
lines changed

examples/streaming/microphone/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ def main():
2121
try:
2222
# example of setting up a client config. logging values: WARNING, VERBOSE, DEBUG, SPAM
2323
# config = DeepgramClientOptions(
24-
# verbose=logging.DEBUG,
25-
# options={"keepalive": "true"}
24+
# verbose=logging.DEBUG, options={"keepalive": "true"}
2625
# )
2726
# deepgram: DeepgramClient = DeepgramClient("", config)
2827
# otherwise, use default config

0 commit comments

Comments
 (0)