Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def WEBScout_news():
|
|
108 |
keywords,
|
109 |
region="wt-wt",
|
110 |
safesearch="off",
|
111 |
-
timelimit="
|
112 |
max_results=10
|
113 |
):
|
114 |
responses.append(r)
|
|
|
108 |
keywords,
|
109 |
region="wt-wt",
|
110 |
safesearch="off",
|
111 |
+
timelimit="d",
|
112 |
max_results=10
|
113 |
):
|
114 |
responses.append(r)
|