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 @@