diff --git a/src/absinth.py b/src/absinth.py index a8fedc7f46e64e88e3621b9b164a84abbe5bb5e1..44e0f8251547152b5d85c11503b1165de6c999dd 100644 --- a/src/absinth.py +++ b/src/absinth.py @@ -150,7 +150,7 @@ def induce(topic_name: str, result_list: list) -> (nx.Graph, list, dict): edge_freq_dict = {(key1,key2):value2 for key1,value1 in edge_freq_dict.items() for key2,value2 in value1.items()} - print('[a] Collected frequencies from secret hideout.') + print('[a] Collecting frequencies from secret hideout.\t('+topic_name+')') continue