clear_screen for updated transcript

This commit is contained in:
makaveli10
2024-02-15 18:56:14 +05:30
parent 57c4b60e04
commit 147e97002e
+1 -1
View File
@@ -123,7 +123,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):