push
This commit is contained in:
@@ -254,7 +254,7 @@ class GenerationService:
|
||||
# Предполагаем, что у модели Generation есть поле result_asset_ids
|
||||
result_ids = [a.id for a in created_assets]
|
||||
|
||||
generation.assets_list = result_ids
|
||||
generation.result_list = result_ids
|
||||
generation.status = GenerationStatus.DONE
|
||||
generation.progress = 100
|
||||
generation.updated_at = datetime.now(UTC)
|
||||
|
||||
Reference in New Issue
Block a user