Skip to content

Commit c450af8

Browse files
committed
Fix typo
1 parent e0bf16a commit c450af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenomics_decentralization/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def analyze_snapshot(conn, ledger, snapshot):
8888

8989
db_hlp.commit_database(conn)
9090

91-
if any(['tau' in default_metric_name, 'total entities' in default_metric_name]):
91+
if any(['tau' in default_metric_name, 'total_entities' in default_metric_name]):
9292
metric_value = int(metric_value)
9393

9494
metrics_results[flagged_metric] = metric_value

0 commit comments

Comments
 (0)