From 879516d92f3f201ec94c16b7f7853e060915dcb4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:36:51 +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 3e1cc7637..a4329c495 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -60,7 +60,7 @@ def main(): print(f"Found {len(users)} stargazers") # Caching location lookups - cache_path = ".github/scripts/loc_cache.json" + cache_path = ".github/loc_cache.json" if os.path.exists(cache_path): import json with open(cache_path) as f: