Neurolingua commited on
Commit
b27c75b
·
verified ·
1 Parent(s): 08961c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def whatsapp_webhook():
46
 
47
  # Generate a unique filename
48
  filename = f"{uuid.uuid4()}.jpg"
 
49
  filepath = os.path.join(UPLOAD_FOLDER, filename)
50
 
51
  # Save the image
 
46
 
47
  # Generate a unique filename
48
  filename = f"{uuid.uuid4()}.jpg"
49
+ return filename
50
  filepath = os.path.join(UPLOAD_FOLDER, filename)
51
 
52
  # Save the image