aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/statistics.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/statistics.py')
-rw-r--r--scripts/statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/statistics.py b/scripts/statistics.py
index 9ec460d..f3db9ff 100644
--- a/scripts/statistics.py
+++ b/scripts/statistics.py
@@ -31,7 +31,7 @@ def main(d):
n_admitted, n_theorems, _ = collect(d)
colour = pick_colour(n_admitted, n_theorems)
- url = "https://img.shields.io/badge/Admitted%20Proofs-{}-{}?style=flat".format(
+ url = "https://img.shields.io/badge/admitted%20proofs-{}-{}?style=flat".format(
str(n_admitted), colour)
req = urllib.request.Request(url, headers={"User-Agent": "Mozilla/5.0"})