Update generate_map.py

This commit is contained in:
Alexandre
2025-06-06 14:36:51 +02:00
committed by GitHub
parent 32027a2025
commit 879516d92f

View File

@@ -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: