raghavNCI commited on
Commit
28e882c
·
1 Parent(s): 6eae0b8

changes in fetch limit

Browse files
Files changed (1) hide show
  1. cache_init.py +1 -1
cache_init.py CHANGED
@@ -26,7 +26,7 @@ def fetch_and_cache_articles():
26
  params = {
27
  "topic": category,
28
  "lang": "en",
29
- "max": 5,
30
  "expand": "content",
31
  "token": GNEWS_API_KEY
32
  }
 
26
  params = {
27
  "topic": category,
28
  "lang": "en",
29
+ "max": 20,
30
  "expand": "content",
31
  "token": GNEWS_API_KEY
32
  }