We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa50b2 commit a4432edCopy full SHA for a4432ed
anonlinkclient/utils.py
@@ -128,7 +128,7 @@ def base_model_to_dict(value):
128
129
# step4 - add CLK counts and blocking statistics to metadata
130
result["meta"]["source"] = {"clk_count": [len(pii_data)]}
131
- result["meta"]["stats"] = blocking_obj.state.stats
+ result["meta"]["stats"] = blocking_obj.stats
132
133
if verbose:
134
blocking_obj.print_summary_statistics()
0 commit comments