Update generate_map.py

This commit is contained in:
Alexandre
2025-06-15 06:53:29 +02:00
committed by GitHub
parent 0a901c14c4
commit 7e616f9d8c

View File

@@ -2,7 +2,7 @@
"""
Generate a static PNG world map colour-coded by the percentage of your
stargazers that come from each country. The script maintains a CSV
`.github/stargazer_countries.csv` cache so that locations are only looked
".github/stargazer_countries.csv" cache so that locations are only looked
up once (unless the country entry is blank).
"""