mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 07:14:08 +02: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")
|
print(f"Found {len(users)} stargazers")
|
||||||
|
|
||||||
# Caching location lookups
|
# Caching location lookups
|
||||||
cache_path = ".github/scripts/loc_cache.json"
|
cache_path = ".github/loc_cache.json"
|
||||||
if os.path.exists(cache_path):
|
if os.path.exists(cache_path):
|
||||||
import json
|
import json
|
||||||
with open(cache_path) as f:
|
with open(cache_path) as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user