acecalisto3 commited on
Commit
5ee909f
·
verified ·
1 Parent(s): 8447720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -253,7 +253,8 @@ 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
+
257
+ def generate_qr_code(json_data):
258
  """Generate a QR code from JSON data."""
259
  qr = qrcode.make(json_data)
260
  qr_path = "output/qr_code.png"