tatianija commited on
Commit
305e048
·
verified ·
1 Parent(s): bf21355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -708,7 +708,7 @@ Answer with just "YES" if web search would be helpful, or "NO" if the available
708
  print(f"Attachment name from question_data: '{attachment_name}'")
709
 
710
  if self.debug and attachment_name:
711
- print(f"Downloading attachment from: {download_url}")
712
 
713
  if attachment_name:
714
  download_url = f"{api_base_url}/files/{task_id}"
 
708
  print(f"Attachment name from question_data: '{attachment_name}'")
709
 
710
  if self.debug and attachment_name:
711
+ print(f"Downloading attachment")
712
 
713
  if attachment_name:
714
  download_url = f"{api_base_url}/files/{task_id}"