fix
This commit is contained in:
parent
ee1efe5f29
commit
10c802a96b
|
|
@ -684,7 +684,6 @@ PostgreSQL 驱动 psycopg2 未安装。请安装:
|
||||||
duration=row['duration'],
|
duration=row['duration'],
|
||||||
material_count=row['material_count'],
|
material_count=row['material_count'],
|
||||||
track_count=row['track_count'],
|
track_count=row['track_count'],
|
||||||
draft_content=row["draft_content"],
|
|
||||||
tags=row['tags'] if isinstance(row['tags'], list) else [],
|
tags=row['tags'] if isinstance(row['tags'], list) else [],
|
||||||
is_cloud=row['is_cloud'],
|
is_cloud=row['is_cloud'],
|
||||||
user_id=row['user_id'],
|
user_id=row['user_id'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue