mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
test(downloads): cover pause and resume flows
This commit is contained in:
@@ -164,6 +164,11 @@ class WebSocketManager:
|
||||
if field in data:
|
||||
progress_entry[field] = data[field]
|
||||
|
||||
if 'status' in data:
|
||||
progress_entry['status'] = data['status']
|
||||
if 'message' in data:
|
||||
progress_entry['message'] = data['message']
|
||||
|
||||
self._download_progress[download_id] = progress_entry
|
||||
|
||||
if download_id not in self._download_websockets:
|
||||
|
||||
Reference in New Issue
Block a user