Update info_blog.py
Browse files- info_blog.py +1 -1
info_blog.py
CHANGED
|
@@ -520,7 +520,7 @@ def generate_outline(category, style, references1, references2, references3):
|
|
| 520 |
sections = ['도입부:', '본론1:', '본론2:', '본론3:', '본론4:', '본론5:', '결론:']
|
| 521 |
while len(clean_lines) < 7:
|
| 522 |
missing_section = sections[len(clean_lines)]
|
| 523 |
-
clean_lines.append(f"{missing_section}
|
| 524 |
|
| 525 |
return '\n'.join(clean_lines)
|
| 526 |
|
|
|
|
| 520 |
sections = ['도입부:', '본론1:', '본론2:', '본론3:', '본론4:', '본론5:', '결론:']
|
| 521 |
while len(clean_lines) < 7:
|
| 522 |
missing_section = sections[len(clean_lines)]
|
| 523 |
+
clean_lines.append(f"{missing_section} 첨부된 내용이 없거나, 일시적인 오류가 발생하였습니다. "아웃라인 생성" 버튼을 다시 눌러주세요.)
|
| 524 |
|
| 525 |
return '\n'.join(clean_lines)
|
| 526 |
|