From 02ca989ee80ddd43bc756704a27d192dce7f0089 Mon Sep 17 00:00:00 2001 From: Mickael Date: Sun, 1 Sep 2019 17:09:12 +0200 Subject: [PATCH] rename files for stat --- ...stats.py => generate_chat_stat_monthly.py} | 2 +- site/coa/stats/index.html | 2 +- site/data/channelsstat.json | 1 - site/data/chat_stat_monthly.json | 6757 +++++++++++++++++ 4 files changed, 6759 insertions(+), 3 deletions(-) rename scripts/{getstats.py => generate_chat_stat_monthly.py} (98%) delete mode 100644 site/data/channelsstat.json create mode 100644 site/data/chat_stat_monthly.json diff --git a/scripts/getstats.py b/scripts/generate_chat_stat_monthly.py similarity index 98% rename from scripts/getstats.py rename to scripts/generate_chat_stat_monthly.py index 80e0795..b5412ca 100644 --- a/scripts/getstats.py +++ b/scripts/generate_chat_stat_monthly.py @@ -123,7 +123,7 @@ def main(): userGlobal = createElement( 'global', 'red', uniqueUserGlobal) usersGlobal.append(userGlobal) - save(info, "channelsstat") + save(info, "chat_stat_monthly") if __name__ == "__main__": main() \ No newline at end of file diff --git a/site/coa/stats/index.html b/site/coa/stats/index.html index 704d888..e06272d 100644 --- a/site/coa/stats/index.html +++ b/site/coa/stats/index.html @@ -11,7 +11,7 @@