|
|
@@ -52,9 +52,7 @@ class KeywordSummaryTask:
|
|
|
db_helper.update(KeywordWithContentChunk, filters={"id": keyword_with_content_chunk.id},
|
|
|
updates={"keyword_clustering_status": 1})
|
|
|
except Exception as e:
|
|
|
- print(e)
|
|
|
- db_helper.update(KeywordWithContentChunk, filters={"id": keyword_with_content_chunk.id},
|
|
|
- updates={"keyword_clustering_status": 2})
|
|
|
+ return
|
|
|
db_helper.update(ContentChunks, filters={"id": content_chunk.id},
|
|
|
updates={"keywords_status": 1})
|
|
|
|