From 10922681e2a8f6675e6e02f647d952f7720b25d2 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 11 Jul 2024 14:24:30 +0530 Subject: [PATCH] fix second chart --- _config.yml | 4 +++- count.py | 2 +- powerbank-count.csv | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 6fcb0995..cc221e00 100644 --- a/_config.yml +++ b/_config.yml @@ -19,4 +19,6 @@ exclude: - _config.yml - 404.html - CITATION.cff - - "*.py" \ No newline at end of file + - "*.py" +sass: + quiet_deps: true \ No newline at end of file diff --git a/count.py b/count.py index 43246bfe..00a3c600 100644 --- a/count.py +++ b/count.py @@ -59,7 +59,7 @@ def main(): repo = pygit2.Repository(repo_path) # Prepare CSV output - output = [['date', 'totalAvailablePowerbanks']] + output = [['date', 'count']] # Process every 5th commit in parallel with concurrent.futures.ThreadPoolExecutor() as executor: diff --git a/powerbank-count.csv b/powerbank-count.csv index bfba2190..f295cd65 100644 --- a/powerbank-count.csv +++ b/powerbank-count.csv @@ -1,4 +1,4 @@ -date,totalAvailablePowerbanks +date,count 2022-03-05,2048 2022-03-06,1969 2022-03-07,1789