mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 15:41:52 +00:00
wip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user