mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -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)
|
||||
|
||||
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
|
||||
file_name = file_info['name']
|
||||
|
||||
Reference in New Issue
Block a user