Update generate_map.py

This commit is contained in:
Alexandre
2025-06-15 13:08:44 +02:00
committed by GitHub
parent 4f16f9ac44
commit a1b43527be

View File

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