mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Fix error message to improve clarity in DownloadManager
This commit is contained in:
@@ -309,7 +309,7 @@ class DownloadManager:
|
|||||||
download_urls.append(download_url)
|
download_urls.append(download_url)
|
||||||
|
|
||||||
if not download_urls:
|
if not download_urls:
|
||||||
return {'success': False, 'error': 'No download URL found for primary file'}
|
return {'success': False, 'error': 'No mirror URL found'}
|
||||||
|
|
||||||
# 3. Prepare download
|
# 3. Prepare download
|
||||||
file_name = file_info['name']
|
file_name = file_info['name']
|
||||||
|
|||||||
Reference in New Issue
Block a user