sharsh02 commited on
Commit
53029f6
1 Parent(s): 41f168a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ async def get_duckai_news(queries):
411
  return results
412
 
413
  except Exception as e:
414
- logging.warning("duckduckgo ai chat failed to bring news")
415
  return results
416
 
417
  # Function to scrape headings and body from a webpage
 
411
  return results
412
 
413
  except Exception as e:
414
+ logging.warning("duckduckgo ai chat failed to bring news", e)
415
  return results
416
 
417
  # Function to scrape headings and body from a webpage