From 05396b3d26aabc8f9051cda9e0275e2952bed43e Mon Sep 17 00:00:00 2001 From: Mez Date: Sun, 24 Aug 2025 17:26:45 +0100 Subject: [PATCH] Switch to local copy of charts.css --- stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.py b/stats.py index 76ab277..14f2b57 100644 --- a/stats.py +++ b/stats.py @@ -244,7 +244,7 @@ while ficcount > 0: if not os.path.isdir("build/stats"): os.mkdir("build/stats") statspage = open("build/stats/index.html", "w") -statspage.write("\n\n \n \n \n praze • Fanfiction\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n

Fic stats

\n") +statspage.write("\n\n \n \n \n praze • Fanfiction\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n

Fic stats

\n") totalfics = [] totalwords = 0