acecalisto3 commited on
Commit
addbc12
·
verified ·
1 Parent(s): b70851e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -377,8 +377,7 @@ def process_all_inputs(urls, file, text, notes):
377
  except Exception as e:
378
  logger.error(f"Processing error: {e}")
379
  return None, f"Error: {str(e)}", ""
380
-
381
-
382
  def generate_qr(json_data):
383
  """Generate QR code from JSON data and return the file path."""
384
  qr = qrcode.QRCode(
 
377
  except Exception as e:
378
  logger.error(f"Processing error: {e}")
379
  return None, f"Error: {str(e)}", ""
380
+
 
381
  def generate_qr(json_data):
382
  """Generate QR code from JSON data and return the file path."""
383
  qr = qrcode.QRCode(