tatianija commited on
Commit
c62c327
·
verified ·
1 Parent(s): a167cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -702,7 +702,7 @@ Answer with just "YES" if web search would be helpful, or "NO" if the available
702
  print(f"3. Searching for images, audio or code attachments...")
703
 
704
  attachment_name = question_data.get('file_name', '')
705
- attachment_name = question_data.get('task_id', '')
706
  if self.debug:
707
  print(f"Attachment name from question_data: '{attachment_name}'")
708
 
 
702
  print(f"3. Searching for images, audio or code attachments...")
703
 
704
  attachment_name = question_data.get('file_name', '')
705
+ task_id = question_data.get('task_id', '')
706
  if self.debug:
707
  print(f"Attachment name from question_data: '{attachment_name}'")
708