mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update generate_map.py
This commit is contained in:
2
.github/generate_map.py
vendored
2
.github/generate_map.py
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user