1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 15:41:52 +00:00
This commit is contained in:
J. Nick Koston
2025-10-19 14:35:09 -10:00
parent 0eab64ffe5
commit c9700a0450

View File

@@ -144,7 +144,7 @@ Examples:
# Cache each URL # Cache each URL
success_count = 0 success_count = 0
for i, url in enumerate(urls, 1): for i, url in enumerate(urls, 1):
print(f"[{i}/{len(urls)}] Caching {url}") print(f"[{i}/{len(urls)}] Checking {url}")
try: try:
# Use the download_with_progress from github_download_cache CLI # Use the download_with_progress from github_download_cache CLI
from script.github_download_cache import download_with_progress from script.github_download_cache import download_with_progress