TypeError: dump() missing 1 required positional argument: 'fp'
dumps한 데이터를 html을 통해 web에 표출할 때
dump 오타
dump()를 dumps()로 변경