change printer func

This commit is contained in:
2026-02-06 09:38:33 +08:00
parent 476ddff060
commit aa5188b7f8

View File

@@ -105,4 +105,8 @@ class ConversationPrinter:
self.id_dic[conv_id] += len(to_print_msg) self.id_dic[conv_id] += len(to_print_msg)
CONV_STORE = ConversationStore() CONV_STORE = ConversationStore()
# CONV_STORE = ConversationPrinter() # CONV_STORE = ConversationPrinter()
def use_printer():
global CONV_STORE
CONV_STORE = ConversationPrinter()