Skip to content

Commit a4432ed

Browse files
authored
adjust to changed blocklib api (#188)
1 parent 9fa50b2 commit a4432ed

File tree

3 files changed

+195
-244
lines changed

3 files changed

+195
-244
lines changed

anonlinkclient/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def base_model_to_dict(value):
128128

129129
# step4 - add CLK counts and blocking statistics to metadata
130130
result["meta"]["source"] = {"clk_count": [len(pii_data)]}
131-
result["meta"]["stats"] = blocking_obj.state.stats
131+
result["meta"]["stats"] = blocking_obj.stats
132132

133133
if verbose:
134134
blocking_obj.print_summary_statistics()

0 commit comments

Comments
 (0)