Spaces:
Sleeping
Sleeping
rsm-roguchi commited on
Commit ·
4538779
1
Parent(s): 170838f
go
Browse files- server/blog.py +0 -1
server/blog.py
CHANGED
|
@@ -68,7 +68,6 @@ def get_keywords_and_research(topic: str, top_n=5, llm_n=25):
|
|
| 68 |
pytrends = TrendReq(
|
| 69 |
hl="en-US",
|
| 70 |
tz=360,
|
| 71 |
-
timeout=(30, 30),
|
| 72 |
proxies=["https://34.203.233.13:80", 'https://35.201.123.31:880'],
|
| 73 |
retries=5,
|
| 74 |
backoff_factor=0.5,
|
|
|
|
| 68 |
pytrends = TrendReq(
|
| 69 |
hl="en-US",
|
| 70 |
tz=360,
|
|
|
|
| 71 |
proxies=["https://34.203.233.13:80", 'https://35.201.123.31:880'],
|
| 72 |
retries=5,
|
| 73 |
backoff_factor=0.5,
|