游雁
2023-05-10 85f4aab3d33e14c7062114f3c3e577baeb60d4ee
funasr/runtime/python/websocket/ws_client.py
@@ -189,7 +189,7 @@
                    text_print_2pass_online += " {}".format(text)
                    text_print = text_print_2pass_offline + text_print_2pass_online
                else:
                    text_print_2pass_online = " "
                    text_print_2pass_online = ""
                    text_print = text_print_2pass_offline + "{}".format(text)
                    text_print_2pass_offline += "{}".format(text)
                text_print = text_print[-args.words_max_print:]