Aakash010 commited on
Commit
4a9a53f
·
verified ·
1 Parent(s): 4bbd04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
38
 
39
 
40
- web_search_tool = DuckDuckGoSearchTool(max_results=5, rate_limit=2.0)
41
  search_results = web_search_tool()
42
 
43
 
 
37
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
38
 
39
 
40
+ web_search_tool = DuckDuckGoSearchTool(max_results=5)
41
  search_results = web_search_tool()
42
 
43