이케아 프로젝트의 한글과 스웨덴어가 유니코드로 나오는 문제
if chosen_items:
params = {
'size':'200x200',
'data':json.dumps(chosen_items, ensure_ascii=False)
}
response = requests.get(
'http://api.qrserver.com/v1/create-qr-code',
params=params
)