remove_resized_content 오타 수정

This commit is contained in:
Envy_PC 2024-04-25 21:47:44 +09:00
parent e657210afc
commit 05102821c2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def detail_ai(driver, textarea, aicontents, combined_value):
current_value = textarea.get_attribute("data-value")
logger.debug("current_value에서 기존 이미지 삭제")
# deleted_original_html_tags = original_html(current_value)
deleted_original_html_tags = remove_resized_images(current_value)
deleted_original_html_tags = remove_resized_content(current_value)
ai_value = combined_value + aicontent_html + deleted_original_html_tags
# ai_value = combined_value + aicontent_html + current_value