Merge branch 'code_formatting' into vad_option

This commit is contained in:
makaveli10
2024-02-16 17:29:37 +05:30
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -126,7 +126,7 @@ class Client:
# Truncate to last 3 entries for brevity.
text = text[-3:]
# utils.clear_screen()
utils.clear_screen()
utils.print_transcript(text)
def on_message(self, ws, message):