change default to store instead of printer
This commit is contained in:
@@ -99,5 +99,5 @@ class ConversationPrinter:
|
|||||||
else:
|
else:
|
||||||
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()
|
||||||
Reference in New Issue
Block a user