From bf3b5151d0c23cbe6d14d69d0c8f796b15df27a4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 15 Jun 2025 13:01:16 +0200 Subject: [PATCH] Update generate_map.py --- .github/generate_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/generate_map.py b/.github/generate_map.py index 2d26a25f3..3800ef023 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -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 +in .github/stargazer_countries.csv cache so that locations are only looked up once (unless the country entry is blank). """