Skip to content

Commit

Permalink
Merge pull request #126 from makaveli10/fix_typo_multilingual
Browse files Browse the repository at this point in the history
fix: typo; remove multilingual debug stat
  • Loading branch information
makaveli10 authored Feb 4, 2024
2 parents 08fa183 + 56d19f5 commit dc84839
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions whisper_live/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ def on_open(self, ws):
ws (websocket.WebSocketApp): The WebSocket client instance.
"""
print(self.multilingual, self.language, self.task)

print("[INFO]: Opened connection")
ws.send(
json.dumps(
Expand Down

0 comments on commit dc84839

Please sign in to comment.