acecalisto3 commited on
Commit
8447720
·
verified ·
1 Parent(s): 3c0dc64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ class FileProcessor:
253
  except Exception as e:
254
  logger.error(f"File processing error: {e}")
255
  return []
256
- generate_qr_code(json_data):
257
  """Generate a QR code from JSON data."""
258
  qr = qrcode.make(json_data)
259
  qr_path = "output/qr_code.png"
 
253
  except Exception as e:
254
  logger.error(f"File processing error: {e}")
255
  return []
256
+ generate_qr_code(json_data):
257
  """Generate a QR code from JSON data."""
258
  qr = qrcode.make(json_data)
259
  qr_path = "output/qr_code.png"