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 Dec 23, 2024
1 parent b2ab771 commit 0ce416d
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 0ce416d

Please sign in to comment.