raghavNCI commited on
Commit
b8e765e
·
1 Parent(s): 12a1938

expand content

Browse files
Files changed (1) hide show
  1. routes.py +1 -1
routes.py CHANGED
@@ -17,7 +17,7 @@ def get_news_by_category(category: str, limit: int = 5):
17
  "topic": category,
18
  "lang": "en",
19
  "max": limit,
20
- "expand": True,
21
  "token": GNEWS_API_KEY
22
  }
23
 
 
17
  "topic": category,
18
  "lang": "en",
19
  "max": limit,
20
+ "expand": "content",
21
  "token": GNEWS_API_KEY
22
  }
23