Skip to content

Commit

Permalink
Update google_news.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmustafaolmez authored and crazywoola committed Jan 29, 2025
1 parent a2457fc commit 56f4b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _invoke(
gl = tool_parameters.get("gl", "us")
hl = tool_parameters.get("hl", "en")
location = tool_parameters.get("location")
time_period = tool_parameters.get("time_period","last_month")
time_period = tool_parameters.get("time_period", "last_month")

api_key = self.runtime.credentials["searchapi_api_key"]
result = SearchAPI(api_key).run(
Expand Down

0 comments on commit 56f4b1b

Please sign in to comment.