change default to store instead of printer

This commit is contained in:
2026-02-02 09:50:31 +08:00
parent f51c408cae
commit 0e06463490

View File

@@ -99,5 +99,5 @@ class ConversationPrinter:
else:
self.id_dic[conv_id] += len(to_print_msg)
# CONV_STORE = ConversationStore()
CONV_STORE = ConversationPrinter()
CONV_STORE = ConversationStore()
# CONV_STORE = ConversationPrinter()