Update generate_map.py

This commit is contained in:
Alexandre
2025-06-06 16:12:58 +02:00
committed by GitHub
parent c5e1cbeb5e
commit 5e35671e6e

View File

@@ -27,7 +27,6 @@ def get_stargazers(repo):
return users
def get_user_country(login):
# Always use the latest info, but skip if empty
url = f"https://api.github.com/users/{login}"
r = requests.get(url, headers=HEADERS)
profile = r.json()