Skip to content

Commit 9ca4a23

Browse files
committed
Remove space from csv output header
1 parent 83860e7 commit 9ca4a23

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
@@ -124,7 +124,7 @@ def get_output_row(ledger, date, metrics):
124124

125125

126126
def write_csv_output(output_rows):
127-
header = ['ledger', 'snapshot date', 'no_clustering', 'exclude_contract_addresses', 'top_limit_type',
127+
header = ['ledger', 'snapshot_date', 'no_clustering', 'exclude_contract_addresses', 'top_limit_type',
128128
'top_limit_value', 'exclude_below_fees', 'exclude_below_usd_cent']
129129
header += hlp.get_metrics()
130130

0 commit comments

Comments
 (0)