acecalisto3 commited on
Commit
478e049
·
verified ·
1 Parent(s): a1b4db8

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -2
app2.py CHANGED
@@ -316,8 +316,7 @@ def generate_qr_code(data: Union[str, Dict], combined: bool = True) -> List[str]
316
  border=4,
317
  )
318
  json_str = json.dumps(cleaned_item, ensure_ascii=False)
319
- qr.add_data(json ```python
320
- _str)
321
  qr.make(fit=True)
322
 
323
  img = qr.make_image(fill_color="black", back_color="white")
 
316
  border=4,
317
  )
318
  json_str = json.dumps(cleaned_item, ensure_ascii=False)
319
+ qr.add_data(json_str)
 
320
  qr.make(fit=True)
321
 
322
  img = qr.make_image(fill_color="black", back_color="white")