인코딩 추가
# 관련 추가
f = open(f"{full_path}\\summary.txt", "wb", encoding='utf-8')
f.write(result['all'].decode('utf-8'))
f.close()
'Programing' 카테고리의 다른 글
파이썬 에러시 라인 출력하는 코드(feat, claude) (0) | 2024.04.26 |
---|---|
Libtool library used but 'LIBTOOL' is undefined 해결법 (0) | 2024.04.04 |
[블로그 자동화 #1] - 플래닝 시작 (0) | 2024.03.25 |
[python] ai 의 학습으로부터 보호하는 나이트쉐이드 (0) | 2024.02.21 |
[js] Cytoscape.js 랑 친해지기 (1) | 2024.02.18 |