with open('finance.txt''w'encoding="utf-8"as f:
    f.write(bs.text)


어젠 여기에 encoding = "utf-8" 이거 넣으니까 제대로 한글로 출력되던데 왜 오늘은 안된거지